You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AlexStefan I passed some content in bottomsheet and that content has a grid. In this grid i used HorizontalOptions="EndAndExpand" for a label but that label is not visible in UI
because it has that "EndAndExpand" options and when i used option as "StartAndExpand" then it is visible clearly. It means we can not use options as "CenterAndExpand" and "EndAndExpand" in bottomsheet content. what is the solution for that?
The text was updated successfully, but these errors were encountered:
@AlexStefan I passed some content in bottomsheet and that content has a grid. In this grid i used HorizontalOptions="EndAndExpand" for a label but that label is not visible in UI
because it has that "EndAndExpand" options and when i used option as "StartAndExpand" then it is visible clearly. It means we can not use options as "CenterAndExpand" and "EndAndExpand" in bottomsheet content. what is the solution for that?
The text was updated successfully, but these errors were encountered: