Completed
Last Updated: 15 Sep 2021 08:35 by ADMIN
Release R3 2021
ADMIN
Lance | Manager Technical Support
Created on: 02 Feb 2018 15:34
Category: TabView
Type: Feature Request
7
TabView: Introduce TabItem IsTabVisible Feature
Introducing a TabItem.IsTabVisible property would be useful. 

Currently, if you want to hide a tab, you need to remove it from the TabView.Items collection and cache it in a backing collection.

Then, to re-show the tab, remove it from the cache and add it back to the TabItems (preferably at the same index if you've also cached it's position).
0 comments