Home - Forums-.NET - FlyTreeView (ASP.NET) - showing check boxes

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

showing check boxes
Link Posted: 08-Mar-2006 03:53
What is the proper procedure to create a tree with check boxes?

I started by setting IsCheckBox and IsChecked to True for each child and parent node but this didn't show check boxes.

So, I set DefaultNodeType.IsCheckBox = True and it worked. Is this the correct way to get a tree with check boxes?
Link Posted: 12-Mar-2006 09:55
You should better set the DefaultNodeType.IsCheckBox value, because it is applied to all nodes and does not take additional size of generated page.