Skip to content

leisn/WindowsUIControls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows UI Controls

UI controls library for UWP.

Screenshots

Now Available

Collections

  • HiveView

    A control that presents a collection of items, simple positions child elements as a hive.

    hive-view

  • 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

  • HiveGridView

    A control that base on HiveView, presents a collection of items in hive rows and columns.

    hive-grid-view

Layout

  • AutoFillPanel

    A panel that auto arranging child elements in available area.

    auto-fill-panel

  • AutoFillLayout (VirtualizingLayout)

    A layout inherited from VirtualizingLayout that auto arranging child elements in available area.

    auto-fill-layout

  • 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

Inputs

Inputs

About

An windows UI controls library for UWP.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages