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 answers

1
Hanumesh Kulkarni On

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