vb.net - UltraTree - setting columns? -


I am using UltraTree with vb.net and I think it binds to the parent / child dataset Super easy to do and it displays the tree view well though I need to hide some columns, and I did not know how to do this in code. I can not use the designer because I am using the code to bind my dataset and whatever I set in the designer, it starts overriding.

try

  ultratry 1 Column settings Columnet (x). Column (Y) .Vijay = False  

Where X is the name of the column / index and Y is the column name / index


Comments

Popular posts from this blog

php - multilevel menu with multilevel array -

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

objective c - iPhone and it's wireless area -