G Guest Mar 8, 2005 #1 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
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 Mar 9, 2005 #3 I'm sorry, I was looking to do this in a c# dot net winform. Do you have any examples for c#?
A Al Ponomarev Mar 9, 2005 #4 Pauly C said: Is there a way to make the parent node not display a checkbox but each child node have one? Click to expand... Try FlyGrid.Net (http://9rays.flygrid.net) instead of standard treeview.
Pauly C said: Is there a way to make the parent node not display a checkbox but each child node have one? Click to expand... Try FlyGrid.Net (http://9rays.flygrid.net) instead of standard treeview.
A alejandro lapeyre Mar 9, 2005 #5 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? Click to expand... Try FlyGrid.Net (http://9rays.flygrid.net) instead of standard treeview.
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? Click to expand... Try FlyGrid.Net (http://9rays.flygrid.net) instead of standard treeview.
A alejandro lapeyre Mar 9, 2005 #6 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? Click to expand... 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? Click to expand... Try FlyGrid.Net (http://9rays.flygrid.net) instead of standard treeview.