Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
* HiveView

A 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)

* HiveGridView

A 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
* AutoFillPanel

A 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)