[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
view resizes problematically
|
Hi all,
Ive extended TaskList to create a view that'll display my task markers with
a few more actions of my own added to the local toolbar. I put it in my own
perspective to the right of the editor with 25% of the page width.
Obviously, this isnt very much room for a task view and it gets squashed a
lot. The problem is the columns are also resizing to this narrow width which
means you can't see whats in em. But Ive set H_SCROLL and V_SCROLL on the
TreeViewer, and when I put the TaskList view in the same place it doesnt
resize its columns but instead has a horizontal scroll bar. Why are my view
cloumns resizing? I cant find any declaration in the TaskList class that I
might have overridden that would set its viewer to be non-resizing. Ive
tried it without overriding the TreeViewer(so that I have the TaskList one),
and that should produce exactly the same thing as the task view. But it
doesnt.
Thanks.