unoplatform / uno.toolkit.ui

A set of custom controls for the WinUI and the Uno Platform not offered out of the box by WinUI, such as Card, TabBar, NavigationBar, etc.
https://platform.uno/
MIT License
83 stars 27 forks source link

Cannot set explicit style on TabBarItem #42

Open kazo0 opened 3 years ago

kazo0 commented 3 years ago

Current behavior

Setting the Style Property on TabBarItem in XAML does not work. It is overridden by the TabBar's ItemContainerStyle.

Expected behavior

Setting the Style Property on TabBarItem in XAML works

Youssef1313 commented 1 year ago

@kazo0 Is this still an issue?

kazo0 commented 1 year ago

@Youssef1313 hopefully not but I'll need to test

I'm also a little worried about this issue: https://github.com/unoplatform/uno/issues/10786

But with the latest refactoring of the TabBar styles, it seems to no longer occur so I will see if I can close both of these

Xiaoy312 commented 1 year ago

suggested fix: #116