khoabui1412

Results 3 issues of khoabui1412

### Describe the bug ``` class Video { public int id; public (int, uint, int, int, int, uint) SortValue { get; set; } } ObservableCollection _screenCollection = new(); AdvancedCollectionView AdvancedCollectionView...

### Describe the bug Hi, BlankPage.Xaml code: ```

bug
area-Binding
team-Markup
product-winui3

Hi, I want the text with format is: ss***BoldItalic***ss by added: `ss***BoldItalic***ss` But cannot, it only works when added space before and after: ss ***BoldItalic*** ss

question