TreeView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to make the parent node not display a checkbox but each child
node have one?

Thank you in advance,
Pauly C
 
I'm sorry, I was looking to do this in a c# dot net winform. Do you have any
examples for c#?
 
You may experiment a little with OwnerDraw.

I have not done any owner draw with TreeViews but, I guess that you can just
draw the parent node and let the framework draw the others.

Best Regards,
Alejandro Lapeyre

"Al Ponomarev" <[email protected]> escribió en el mensaje
Pauly C said:
Is there a way to make the parent node not display a checkbox but each
child
node have one?


Try FlyGrid.Net (http://9rays.flygrid.net) instead of standard treeview.
 
By the way, it would be nice if Mr. FlyGrid would help with the question
posted.

This newsgroup wont be of any use if the answer to all questions were like
"try my product".

The only solution is buying your product?

Answering the original post will stop all interest on your product?

Best Regards,
Alejandro Lapeyre

"Al Ponomarev" <[email protected]> escribió en el mensaje
Pauly C said:
Is there a way to make the parent node not display a checkbox but each
child
node have one?


Try FlyGrid.Net (http://9rays.flygrid.net) instead of standard treeview.
 
Back
Top