Hello,
In C#.Net application i have used UltraTree control to Bind DataSource With Different Tables ..Tree view perfectly shows ColumsSet what i need.
I want to expand all nodes of tree view & also want to set all colums Fit to it Content. When I set Peroperty for Exapnd Nodes To 'ShowOnDisplay' it works fine when we expand one by one node by clicking on Root Element it fit all columns as per content..But when i set Expand All nodes property it not Fit Colums To It's Content.
Is there any way to handle this in UltraTree ?
Thanks.