fsprojects / Avalonia.FuncUI

Develop cross-plattform GUI Applications using F# and Avalonia!
https://funcui.avaloniaui.net/
MIT License
955 stars 74 forks source link

Adding ColumnDefinition and RowDefinition to DSL #371

Closed beyon closed 10 months ago

beyon commented 10 months ago

This implements what was discussed in #365

The hardest part is naming things, I ended up with duplicate DU:s (same DU cases) for the sizing called ColumnWidth and RowHeight as I had trouble coming up with a good name fitting both usages. GridSize was probably my best alternative but it reads like it applies to the Grid as a whole, I would be ok with changing to that though.