XLPagerTabStrip icon indicating copy to clipboard operation
XLPagerTabStrip copied to clipboard

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

Open firepmi opened this issue 4 years ago • 2 comments

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.

firepmi avatar Dec 08 '20 02:12 firepmi

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.

oguzhanbekir avatar Jan 16 '21 19:01 oguzhanbekir

Hi want this feature too

FlashTang avatar Oct 08 '22 17:10 FlashTang