[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 Lorenz,

Thanks for the reply. I was trying to find out if KTable scroll behavior can 
be made to operate on the whole table, similar to TextViewer, instead of 
scrolling column by column.  I did not see a way to do it, but I was able to 
split the column into multiple columns, so the column scroll now exposes all 
the data.

Regards,

Fritz

"Lorenz Maierhofer" <lorenz.m@xxxxxx> wrote in message 
news:ejcg5c$9ut$1@xxxxxxxxxxxxxxxxxxxx

> 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