In the Websplitter pane i am using the ScrollBars="Scroll" and am getting the horizontal scroll and the vertical scroll bar is disabled. But i want the vertical scroll bar to be hidden instead of disabling...
What property i can use for that?
<ig:SplitterPane runat="server" ScrollBars="Scroll" style='position:relative'>
Hi,
My requirement is to have horizontal bar in the pane1 and i dont want vertical bar.
If i use Scrollbars="Scroll" means i am getting horizontalbar enabled and vertical bar disabled.
Instead of deisabling the vertical bar how i can hide it. But anyway i want horizontal bar enabled.
Regards,
Wishnu
Hello,
You can use the same property but set “Auto” ScrollBars="Auto"
Hope this helps.