Easy Grid Layout Configuration
Children in UXGridPanel is automatically arranged based on their index, eliminating
the needs to set extra properties such as Grid.Row or Grid.Column. Thanks to the
sophisticated architecture, create a uniform grid layout has never been easier.
Fluid Drag-drop Support
UXGridPanel is a uniform grid panel providing fluid drag and drop capability, and
smooth animation when an item is moved, removed, or added to the UXGridPanel.
Layout Orientation
UXGridPanel supports both horizontal and vertical layout orientation. When set to
vertical, the children will fill the rows first, and then columns. Other layout
aspects can also be easily customized such as the item margin.
Routed Events
UXGridPanel provides drag and drop capability that enables user to add, reorder
and remove item from the panel. Each action raises a routed event that allows you
to perform further customization during the drag-drop operation such as Inserting,
Inserted, Moving, Moved, and more.