https://github.com/leisn/windowsuicontrols
An windows UI controls library for UWP.
https://github.com/leisn/windowsuicontrols
hive ui uwp xaml
Last synced: 2 months ago
JSON representation
An windows UI controls library for UWP.
- Host: GitHub
- URL: https://github.com/leisn/windowsuicontrols
- Owner: leisn
- License: mit
- Created: 2021-01-14T18:36:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T06:26:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T23:14:38.783Z (4 months ago)
- Topics: hive, ui, uwp, xaml
- Language: C#
- Homepage:
- Size: 305 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows UI Controls
UI controls library for UWP.[Screenshots](https://github.com/leisn/WindowsUIControls/tree/master/Demo/Screenshot)
## Now Available
### Collections
* HiveViewA 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.

* HiveGridViewA control that base on HiveView, presents a collection of items in hive rows and columns.
### Layout
* AutoFillPanelA 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.
### Inputs
