Fixed columns for PFGrid.NET
A number of fixed columns can be defined for PFGrid.NET. These columns will not
be scrolled, just the ones which are not fixed:
Sample for adding fixed columns
treeListView.FixedColumnCount = 2;
Of course you can set the property also in the Designer of Visual Studio.