I'm testing silverlight application.
In our application we have dropdown list that open a view tree
the tree has several levels
the user can select any item (no matter which level it is in, and if it has child items)
for example:
>item1
>item1.1
item a
item b
* the '>' symbol stand for the expand collapse button
the tree always open on its expand mode
How can i select a click on an item, using a specific item input (for example item b)
I want to use data binding for it
(english isn't my ,other language so excuse me for the poor english)
In our application we have dropdown list that open a view tree
the tree has several levels
the user can select any item (no matter which level it is in, and if it has child items)
for example:
>item1
>item1.1
item a
item b
* the '>' symbol stand for the expand collapse button
the tree always open on its expand mode
How can i select a click on an item, using a specific item input (for example item b)
I want to use data binding for it
(english isn't my ,other language so excuse me for the poor english)