xmartlabs / XLPagerTabStrip

Android PagerTabStrip for iOS.
MIT License
6.97k stars 1.32k forks source link

I want disable some tabs, is there the such option? #812

Open firepmi opened 3 years ago

firepmi commented 3 years ago

I want disable some tabs, is there the such option? So it will disable to select the tabs and disable scroll not to move to the disabled view. Please help me with this.

oguzhanbekir commented 3 years ago

Hi,

You can disable all tab with this code, buttonBarView.isUserInteractionEnabled = false containerView.isScrollEnabled = false and then maybe you can move to which you want to show. But I didn't find any good way to do this.

FlashTang commented 1 year ago

Hi want this feature too