NavigationRail
is not shown in a parent without fixed height
#303
Labels
bug
Something isn't working
Milestone
Internally
NavigationRail
is made ofColumn
withExpand
inside it.It fails to render if put into a parent control without a fixed height.
Solutions:
expand=True
toNavigationRail
or set itsheight
to a fixed value.NavigationRail
inside a control withexpand=True
or a fixedheight
.The following code fails:
The fix:
Add
expand=True
toRow
control.The text was updated successfully, but these errors were encountered: