Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 690 Bytes

CanvasView.md

File metadata and controls

22 lines (18 loc) · 690 Bytes
title author description keywords dev_langs category subcategory experimental discussion-id issue-id icon
CanvasView
michael-hawker
CanvasView is an ItemsControl which uses a Canvas for layout of items.
CanvasView, ItemsControl, Canvas, Control, Layout
csharp
Controls
Layout
true
310
212
Assets/CanvasView.png

It which provides built-in support for presenting a collection of items bound to specific coordinates and drag-and-drop support of those items.

Note: This control isn't working on Web Assembly at the moment.

The following example shows how the CanvasView can be used to display and drag a collection of rectangles:

[!SAMPLE CanvasViewDragSample]