Grid: Provide information for the actual height of RowDefinition and actual width of ColumnDefinition #25982
Labels
area-layout
StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter
partner
Issue or Request from a partner team
proposal/open
Milestone
Description
Currently, we can set the Height property of a RowDefinition object and the Width property of a ColumnDefinition object with some value and a unit type of Absolute, Star and Auto. What we need, however, is to have information about the real sizes of rows/columns in the grid after it has been measured. In WinUI and WPF we have a public API providing such information. It would be great if we had this in MAUI as well.
Public API Changes
Intended Use-Case
We need this information as we are developing a GridSplitter control. To resize rows/columns by dragging the splitter we need to know their exact sizes.
The text was updated successfully, but these errors were encountered: