KEMBAR78
AbsoluteLayout by hartez · Pull Request #2136 · dotnet/maui · GitHub
Skip to content

Conversation

@hartez
Copy link
Contributor

@hartez hartez commented Aug 17, 2021

AbsoluteLayout implementation for the new layout system

@hartez hartez linked an issue Aug 17, 2021 that may be closed by this pull request
@Redth Redth added this to the 6.0.100-rc.1 milestone Aug 23, 2021
@PureWeen
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

Copy link
Member

@mattleibow mattleibow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very nice.

- template: common/localization-handback.yml # Process incoming translations and Create PR to main [Localization Handback]
- template: common/merge-translations-update.yml # Validating incoming translations strings and merge PR [Localization Handback]

- ${{ if eq(variables['System.TeamProject'], 'devdiv') }}:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't think we can do this, since these will need to run for PR's that the system opens, since PR's only run on public it will fail to run the last step to validate translations.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Going to merge for now, but will need to test , but my gut tells me we need this on prs

@rmarinho rmarinho merged commit 5f9f594 into main Aug 25, 2021
@rmarinho rmarinho deleted the absolute branch August 25, 2021 10:16
@saravananmadhesh
Copy link

@ramarag SetLayoutBouds(bindable,bounds) not works as like before. view location and size always set to (0,0,Application entireWidth, application entire height.)

Checked in Android.

Tree structure:

Grid
{
Absolute Layout
{
View
}
}

@hartez
Copy link
Contributor Author

hartez commented Dec 9, 2021

@saravananmadhesh Please open a separate issue and we'll take a look. Thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Dec 25, 2023
@samhouts samhouts added the fixed-in-6.0.100-rc.1.7 Look for this fix in 6.0.100-rc.1.7! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

fixed-in-6.0.100-rc.1.7 Look for this fix in 6.0.100-rc.1.7!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make AbsoluteLayout a new layout

8 participants