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

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

.net - Self Tracking Entities (STE)'s and partial updates with EF4 and mVC2 -