Hi,
Is there a simple way to disable/enable TabItem so that when it is disabled it is grayed out and normal when enabled?
Thank you
Mark
Hi Mark,
There's not an automated way to do this, but assuming you're using the default tabs it can be done with a few lines of code. On the instance of the IGSlideTabItem you can set the tabColor property to make it appear grayed out and if necessary you can also configure the text label to your liking through the tabLabel property.
Hello Mark,
Did this answer resolve your issue?