Skip to content

Latest commit

 

History

History
374 lines (292 loc) · 11.3 KB

README.md

File metadata and controls

374 lines (292 loc) · 11.3 KB

GridExtra.Avalonia

GridExtra is a custom grid library for AvaloniaUI ported from the Original GridExtra.

NuGet

  • ResponsiveGrid
    • Custom Grid Control that provides Bootstrap-like grid system.
    • Reacts to changes in container's layout and propagates to its children.
      • XS(<768px), SM(<992px), MD(<1200px), LG(1200px<=)
      • 12 columns across the page.(customizable with MaxDivision property)
  • GridEx
    • Extensions class that defines useful attached properties for Grid Controls.