[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: KTable horizontal scroll for a wide column

Hi,

Not sure I understand your situation. Could you provide a screenshot?

The expected behavior would be to show the currently selected column so that it is completely visible. Since in your case, the column itself is larger than the overall canvas width, there is no way to show it.
I would say that the logical solution would be to make the column width adjustable, so the user can set his preferred width.
Another solution would be to set the column width based on the canvas width...


Regards,
Lorenz

Fritz Lorenz wrote:
I have a three fixed-width column KTable, (Windows platform), with the width of the 3rd column being greater than the maximized canvas. The horizontal scroll seems to be column based, and after scrolling to the 3rd column, it is not completely visible. What can I do to influence the scroll behavior to cover the entire width?

Thanks in advance,
Fritz