enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
1.13k stars 131 forks source link

Refresh tabitem content when selection change #434

Open smardine opened 1 year ago

smardine commented 1 year ago

Hi, i would like to know if there is a way to execute a command or a method when selected tab item change. I tried to use tabitem. headertemplate from the sample with no success as the command has to be bind on the tabitem command property

Thanks for your Time.

Simon.

enisn commented 11 months ago

It can be handled by binding CurrentItem or SelectedTab. Those properties will be updated each tab change