Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor methods and update layout options #928

Conversation

vb2ae
Copy link
Member

@vb2ae vb2ae commented Nov 12, 2024

Reformatted several methods to use multi-line blocks for better readability. Changed HorizontalOptions and VerticalOptions of ContentView from FillAndExpand to Fill. Removed redundant empty lines and fixed spacing in property initialization

Closes #915

Reformatted several methods to use multi-line blocks for better readability. Changed `HorizontalOptions` and `VerticalOptions` of `ContentView` from `FillAndExpand` to `Fill`. Removed redundant empty lines and fixed spacing in property initialization.
Improved code readability by adjusting brace placement and removing unnecessary blank lines. Changed `HorizontalOptions` and `VerticalOptions` of `ContentView` to `LayoutOptions.Fill` for better layout behavior. No functional changes to logic.
@vb2ae vb2ae merged commit 17bf808 into master Nov 21, 2024
4 checks passed
@vb2ae vb2ae deleted the 915-maui-the-stacklayout-expansion-options-are-deprecated-please-use-a-grid-instead branch November 21, 2024 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maui - The StackLayout expansion options are deprecated; please use a Grid instead.
1 participant