maui icon indicating copy to clipboard operation
maui copied to clipboard

[Windows] Fix Picker alignment issues

Open jsuarezruiz opened this issue 3 years ago • 2 comments

Description of Change

Fix Windows Picker alignment issues.

fix-picker-layout

To validate the changes can use the added Picker sample to the .NET MAUI Gallery o the added device tests.

Issues Fixed

Fixes #6391

jsuarezruiz avatar Feb 23 '23 13:02 jsuarezruiz

Thank you for your pull request. We are auto-formating your source code to follow our code guidelines.

github-actions[bot] avatar Feb 24 '23 08:02 github-actions[bot]

Thank you for your pull request. We are auto-formating your source code to follow our code guidelines.

github-actions[bot] avatar Mar 01 '23 12:03 github-actions[bot]

The same issue seems to apply to DatePicker and TimePicker

Inrego avatar Apr 21 '23 08:04 Inrego

Setting HorizontalOptions on a Picker doesn't make it FillandExpand - it just stays the normal size it is - the Issue #6391 has been marked as Closed due to this commit - so there is no MAUI issue to follow for updates. Am I missing something? image

EDIT - I just noticed the 8.0.0 pre-release tag in it - which is part of .NET 8 which isn;t released until Nov and is too unstable too upgrade to just now - seems a bit unfair to Close down issues if they are not available on a stable version of MAUI :(

HelenMamalaki avatar Jul 14 '23 15:07 HelenMamalaki