Nested Checkboxes in a ListBox in Silverlight 4

111 Views Asked by At

With Silverlight 4 as the technology platform, using an ObservableCollection as the ItemSource, assuming each item in the ObservableCollection has a property called SubLayers which contains children, what would the ListBox.ItemTemplate be such that the checkboxes in the listbox are nested in accordance with the ObservableCollection contents?

1

There are 1 best solutions below

1
Hanumesh Kulkarni On

You can accomplish the same requirement with treeview using style sheet.