I have a ListBox.ItemTemplate that defines an expander as the top level item, into which I plunk a whole lot of databound text.
I want the expander to open/close only when I click the button and the whole thing to be selected when I click the header. Currently I have to open the expander and click on the content to select it as a listbox item.
Is this possible and if so how might I go about it?
Thanks!
I want the expander to open/close only when I click the button and the whole thing to be selected when I click the header. Currently I have to open the expander and click on the content to select it as a listbox item.
Is this possible and if so how might I go about it?
Thanks!