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
TabControl disconnects TabItem.DataContext for HorizontalContentAlignment="Stretch" (#2984)
* Added UI test reproducing the issue
The issue is present when HorizontalContentAlignment is either omitted, or explicitly set to (the default) "Stretch"
* Fixing issue with tab control
See live stream recording, but the issue appears to be multiple Panels with IsItemsHost=True
* Extended UI test with HasUniformTabWidth value as test input
Ensuring all the triggers are "massaged" in the test(s)
Co-authored-by: Kevin Bost <[email protected]>
0 commit comments