Posted
on Nov 22, 2011
(permalink)
Hi,
I have a RadToolBarSplitButton where I set buttons in runtime.
I calcule the dropdown height from the number of button.
But everyime the vertical scroll bar are visible.
How do you remove this scroll bar ?
Reply
Posted
on Nov 23, 2011
(permalink)
Hello,
If you set the DropDownHeight property of RadToolBarSplitButton, then it automatically shows vertical scrollbar. Inorder to remove vertical scrollbar you can try the following CSS.
CSS:
Thanks,
Princy.
Reply
Answer
Kevin
Master
Posted
on Nov 23, 2011
(permalink)
Hello Stephane,
I think the better solution is that you change your code to something like this:
Princy's solution will hide the scrollbar even when you need it to be there.
I hope that helps.
Reply
Posted
on Nov 23, 2011
(permalink)
Hi all,
thanks for your help Kevin and Princy.
It's ok for me.
Reply