bilcan Posted January 4, 2017 Posted January 4, 2017 Hi, I tried to make HorzScrollBar invisible at TuniScrollBox and I could not. So is this a way to get VertScrollBar width? Quote
Sherzod Posted January 5, 2017 Posted January 5, 2017 HI, Hi, I tried to make HorzScrollBar invisible at TuniScrollBox? Try this: UniScrollBox -> ClientEvets -> ExtEvents -> function afterrender: function afterrender(sender, eOpts) { sender.getEl().dom.style["overflow-x"]="hidden"; //sender.getEl().dom.style["overflow-x"]="auto"; //sender.getEl().dom.style["overflow-y"]="hidden"; //sender.getEl().dom.style["overflow-y"]="auto"; //sender.getEl().dom.style["overflow"]="hidden"; //sender.getEl().dom.style["overflow"]="auto"; } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.