Flexible TreeView Flexible TreeView


Support & Community

Reordering

Previous Table of Contents Next

Every column can be moved by mouse click and drag. To enable that, enable the Dragable column property (enabled by default). After the column has been moved, the Index (an index in the columns collection) and VisibleIndex (an index in the visible columns collection) column properties will be changed.
Also, you can change the column order programmatically by changing the Index column property.


Events

The ColumnIndexChanging and ColumnIndexChanged treeview events will be raised before and after column reorder respectively.


Control the column order

To deny movement of a column to a particular position, subscribe to the ColumnIndexChanging treeview event and enable the pArgs.Cancel event parameter for these positions by analyzing the pArgs.NewIndex event parameter.

Previous Top Next


Last news
Bookmark and Share
Use Flexible TreeView in WPF project
Sunday, 18 December 2011

Do you have a WPF project and want to use Flexible TreeView there? No problem!

Flexible TreeView v3.4
Friday, 16 December 2011

Flexible TreeView v3.4 maintenance release has been released.

Flexible TreeView v3.3
Friday, 23 September 2011

Flexible TreeView v3.3 maintenance release has been released. Separate assemblies for .NET 2.0, 4.0 and 4.0 Client Profile, HTML markup extension, etc.

Latest release

Version:
Release date:
3.4
Dec 16, 2011


Copyright © 2006-2012 ARMSoft. All rights reserved.