3

Is it possible to lock column 0 (with node names) in VirtualStringTree during horizontal scrolling like in Excel?

David
  • 13,360
  • 7
  • 66
  • 130
user1762186
  • 190
  • 2
  • 6
  • 16

1 Answers1

6

If I recall correctly this feature was introduced in version 5. To make a column fixed set coFixed in it's Options (select the tree component, then Header -> Columns then you can access to the properties of the columns).

ain
  • 22,394
  • 3
  • 54
  • 74