Xiaotian Gu

Results 46 comments of Xiaotian Gu

The issue can also be seen on ListView as well on iOS. taking this sample built for something else as example: [BehaviorTests.zip](https://github.com/unoplatform/uno/files/9418860/BehaviorTests.zip) by clicking on the 2nd tab 'Page2' and...

This happens because nested menu-flyout is unable to light-dismiss: Given this setup: ``` ┌────────┐ [Button]──►│T1 menu │ ├────────┤ │T1 item1│ ┌────────┐ │T1 item2├─►│T2 menu │ └────────┘ ├────────┤ │T2 item1│ │T2...

edit0812: undone renaming to make diff cleaner for now edit0812: fixed issue with even-odd fill rule screenshots look good edit0815: converted LayoutState to record

Definitely not... It went from 8,8,8,8 to 8,8,8,9.

So directlinking the package and select package version navigation has slightly different logics, where directlinking will attempt to redirect to the latest if the version provided in the url were...

We could probably use the NugetVersion or SemVersion class(?) for less-than-exactly comparison, or add a little touch of regex there. It would help to understand how the desktop app is...

This PR has been up for many years without any update. Functionally, `Sheet` has been reimplemented as [DrawerControl](https://platform.uno/docs/articles/external/uno.toolkit.ui/doc/controls/DrawerControl.html) and [DrawerFlyout](https://platform.uno/docs/articles/external/uno.toolkit.ui/doc/controls/DrawerFlyoutPresenter.html) in Uno.Toolkit. So I am closing this now.

the spec for input validation is still under review on MS side: https://github.com/microsoft/microsoft-ui-xaml-specs/pull/26 using `INotifiyDataErrorInfo` would probably means the control itself has to support, which we probably dont want to...

Legacy NavigationView has fallen out of favor due to its muxc counterpart. It is unlikely we will use this again.

NavView: in compact mode, the selection/hover indicator is off ![image](https://user-images.githubusercontent.com/2359550/171675025-8915e01d-ae41-4324-9899-867ce924bf91.png)