Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1455
select checkboxes by default
posted

how would you acomplish this

i have this and when i debug is says true but on the screen nothing happens

 <ig:XamTree x:Name="trCovs"
                                    CheckBoxVisibility="Visible"
                                    IsCheckBoxThreeState="False"  ></ig:XamTree>
in code behind
For Each itm As Infragistics.Controls.Menus.XamTreeItem In trCovs.XamTreeItems
 
            itm.IsChecked = True
 
          
            Dim k = itm.IsChecked
 
        Next
??????
Parents
No Data
Reply Children