Hi,
I have bound WinTree to a DataTable having multiple columns and I want to reorder the positioin of columns appearing in the Tree. The order of columns should be possible to change in the run time (not by user drag drop). I was looking for properties like VisibleHeaderPosition, but was unable to find. How to achieve this functionality? Please suggest.
Regards,
spm
I suggest trying the Column.LayoutInfo.OriginX property. This is related to SpanX property.
How can we reoder the column of a columnset, so that to add an unbounded column at the begining of the row of columns.
I have checked the OriginX property does not provide correct information for columns (order, position) at the time of columnset generated or initalize data node events.
Please suggest how can we acheive it.
regardsVivek Bahl