Hello,
I would like to put the VERTICAL SCROLLBAR at the left side of my JScrollPane. I tried to put it in the rowHeader like this :
...
JScrollPane myScroll = new JScrollPane();
myScroll.setRowHeaderView(myScroll.getVerticalScrollBar());
...
The Vertical ScrollBar appears to the left side but it doesn't work correctly. Can you help me please...
Thanks very much
I would like to put the VERTICAL SCROLLBAR at the left side of my JScrollPane. I tried to put it in the rowHeader like this :
...
JScrollPane myScroll = new JScrollPane();
myScroll.setRowHeaderView(myScroll.getVerticalScrollBar());
...
The Vertical ScrollBar appears to the left side but it doesn't work correctly. Can you help me please...
Thanks very much