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
Describe the bug
In 1c4cbef (#971), TabView changed from being a ListView derivative to containing a ListView. The Items property changed from being an IObservableVector<IInspectable> to just being an IVector<IInspectable>.
This may not be a compatibility concern, but it does make it more difficult to observe the vector changing.
Expected behavior
The Items vector should be observable or TabView could expose an event indicating that the tabs have changed.
While this is still the case (there are annoying technical reasons) I added TabView.TabItemsChanged which you can listen to, so that should work just as well. Please let me know if there are any problems with that!
Describe the bug
In 1c4cbef (#971), TabView changed from being a ListView derivative to containing a ListView. The
Items
property changed from being anIObservableVector<IInspectable>
to just being anIVector<IInspectable>
.This may not be a compatibility concern, but it does make it more difficult to observe the vector changing.
Expected behavior
The Items vector should be observable or TabView could expose an event indicating that the tabs have changed.
Version Info
NuGet package version:
Microsoft.UI.Xaml 2.2.190702001-prerelease
The text was updated successfully, but these errors were encountered: