Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1210
How to set a column of WinTree node as a progress bar
posted

Hi,

I have a multi-column UltraTree, i want to set one of the columns in one of the bands to be a progress bar.

The issue is that i have a data set and i'm binding the data set to the tree, one of the tables in this data set has a progress value that can vary from 0-100 and i'd like it to be presented as a progress bar.

Please help.

Thanx,

Gilad

  • 69832
    Offline posted

    Handle the ColumnSetGenerated event, and access the column from the e.ColumnSet.Columns collection. Then assign a ProgressBarEditor to the column's Editor property.