How to dynamically add pull down menu items

Hi
i have now implemented a tab view and now i need to add / remove pull down menu items, based on the selected tab.
Any hints ?
Regards
Pawel

1 Like

I’d just use the visible property of the menu items to hide them where they don’t belong.
For anything more advanced, a Repeater should work too.

3 Likes

thanks for the hint, the visible attribute is just fine