[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: packing first column of a TableTree
|
Hi Carolyn,
This sounds like a bug, but since TableTree has been deprecated in favour of
using a Tree with TreeColumns (as of 3.1), this will not be addressed.
However, if you change your app to use a Tree with TreeColumns instead of
TableTree then you'll get a proper native Tree (as opposed to a native Table
with a faked hierarchy), and you should not see the problem that you
describe.
Grant
"Carolyn Duby" <carolynd@xxxxxxxxxxxxxxxxx> wrote in message
news:dd24bca88953f7fed71ae7be6b99e370$1@xxxxxxxxxxxxxxxxxx
> When the first column of a TableTree is packed, the packing algorithm
> doesn't make the column wide enough. The text of some of the indented
> rows is cut off. Is this a bug in the TableTree? If so, how can I work
> around it?
>
> Thanks
> Carolyn
>