UI controls library for UWP.
-
HiveView
A control that presents a collection of items, simple positions child elements as a hive.
-
HiveWrapView
A control that base on HiveView, positions child elements in sequential position from left to right, breaking content to next line at the edge of containing box.
-
HiveGridView
A control that base on HiveView, presents a collection of items in hive rows and columns.
-
AutoFillPanel
A panel that auto arranging child elements in available area.
-
AutoFillLayout (VirtualizingLayout)
A layout inherited from VirtualizingLayout that auto arranging child elements in available area.
-
HiveGrid
A panel that arranging child elements in hive rows and columns, with fixed edge or auto size when set FixedEdge to zero.