You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having a TextBlock inside the TabViewItem.Header property, the property TextBlock.IsTextTrimmed is not set as true and the TextBlock_IsTextTrimmedChanged event handler is not being raised.
Expected behavior π―
Have the property IsTextTrimmed with true as value and execute the event handler.
How to reproduce it (as minimally and precisely as possible) π¬
Open the attached solution and compile it.
Put a breakpoint inside the event handler in the MainPage.xaml code-behind.
Execute it.
See that does not go through the event handler except in WinUI.
Workaround π οΈ
No workaround found.
Renderer π¨
Skia
Native
Affected platforms π±π»π₯οΈ
Desktop (Windows), WebAssembly, Android
Uno.Sdk version (and other relevant versions) π¦