How to make a checkbox list that is also explorer tree?
Posted
by
Loclip
on Stack Overflow
See other posts from Stack Overflow
or by Loclip
Published on 2012-12-09T23:01:36Z
Indexed on
2012/12/09
23:03 UTC
Read the original article
Hit count: 224
c#
|windows-phone-7
Lets say we have 3 categories
- Car
- Airplanes
- Bikes
Each category have other categories for example car have:
- BMW
- Toyota
- Mercedes
Each of these categories have cars (no more categories)
Car, airplane, bikes will be items in the listbox that can be explored and checked. Now lets say we explore car there will be BMW, Toyota, Mercedes that can be only checked. So if I check car all car will be checked, if i check bmw only the bmw from cars will be checked.. How I can do that?
© Stack Overflow or respective owner