TreeView

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
 
G

Guest

I'm sorry, I was looking to do this in a c# dot net winform. Do you have any
examples for c#?
 
A

alejandro lapeyre

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.
 
A

alejandro lapeyre

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top