How can I hide the horizontal scroll bar in TableView?
zmircApr 15 2012 — edited Apr 19 2013Hi, guys!
Here is my problem: when a TableView has more rows than its height supports, a vertical scroll bar apperas. The appearance of this uses 11px of table's width, causing the appearance of the horizontal scroll bar.
Possible, but not wanted, solution: increase table width by 11px, but this causes the appearance of a new column of 11px width (without name, of course).
Here is my question: is there any method that hides the horizontal scroll bar in a TableView?
Thanks.