Hi, Is it possible to create a ScrollPanel with only Vertical Scrolling? Currently I am doing:
ScrollPanel.__init__(self, widget, AlwaysShowScrollBars = True)
But this creates both scrollbars.
BR,
Daniel
--
Hi, Is it possible to create a ScrollPanel with only Vertical Scrolling? Currently I am doing:
ScrollPanel.__init__(self, widget, AlwaysShowScrollBars = True)
But this creates both scrollbars.
BR,
Daniel
--