Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leisn/windowsuicontrols
An windows UI controls library for UWP.
https://github.com/leisn/windowsuicontrols
hive ui uwp xaml
Last synced: 6 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T06:26:37.000Z (over 1 year ago)
- Last Synced: 2024-12-02T08:34:36.998Z (2 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.
![hive-view](https://github.com/leisn/WindowsUIControls/blob/master/Demo/Screenshot/HiveView.png)* 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.
![hive-wrap-view](https://github.com/leisn/WindowsUIControls/blob/master/Demo/Screenshot/HiveWrapView.png)
* HiveGridViewA control that base on HiveView, presents a collection of items in hive rows and columns.
![hive-grid-view](https://github.com/leisn/WindowsUIControls/blob/master/Demo/Screenshot/HiveGridView.png)### Layout
* AutoFillPanelA panel that auto arranging child elements in available area.
![auto-fill-panel](https://github.com/leisn/WindowsUIControls/blob/master/Demo/Screenshot/AutoFillPanel.png)* AutoFillLayout (VirtualizingLayout)
A layout inherited from VirtualizingLayout that auto arranging child elements in available area.
![auto-fill-layout](https://github.com/leisn/WindowsUIControls/blob/master/Demo/Screenshot/AutoFillLayout.png)* HiveGrid
A panel that arranging child elements in hive rows and columns, with fixed edge or auto size when set FixedEdge to zero.
![hive-grid](https://github.com/leisn/WindowsUIControls/blob/master/Demo/Screenshot/HiveGrid.png)### Inputs
![Inputs](https://github.com/leisn/WindowsUIControls/blob/master/Demo/Screenshot/Inputs.png)