dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.02k stars 1.73k forks source link

Flow Direction does not apply to the Drawable view #6978

Open MuniappanSubramanian opened 2 years ago

MuniappanSubramanian commented 2 years ago

Description

We used a custom layout in our project, While setting the RightToLeft flow direction for the drawable view, the drawable view does not arrange based on the Flow Direction on Windows. The Label view is rendered properly.

Note: We have tried drawable views in different layouts (ex.. Grid, StackLayout) facing the same issue on all layouts.

ScreenShot:

RTLissue

Steps to Reproduce

  1. Run the sample in Windows
  2. Note that the Label Views are rendered based on the FlowDirection. It is rendered properly.
  3. The drawable rectangle view rendered left side while setting Flow Direction is RightToLeft.

RTLIssue.zip

Version with bug

Release Candidate 2 (current)

Last version that worked well

Release Candidate 2 (current)

Affected platforms

Windows

Affected platform versions

Windows SDK 10.0.19041

Did you find any workaround?

No response

Relevant log output

No response

XamlTest commented 2 years ago

Verified this issue with Visual Studio Enterprise 17.3.0 Preview 1.0 [32427.455.main]. Repro on Windows with above project.

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

XamlTest commented 1 year ago

Verified this on Visual Studio Enterprise 17.6.0 Preview 5.0. Repro on Windows 11 with below Project: 6978.zip

image