Customising Silverlight AutoCompleteBox with multiple filtered ListBoxes
Posted
by ianbeks
on Stack Overflow
See other posts from Stack Overflow
or by ianbeks
Published on 2010-05-11T09:29:15Z
Indexed on
2010/05/11
9:34 UTC
Read the original article
Hit count: 412
Hi,
How should I go about customising the AutoCompleteBox in Silverlight so that while typing I can filter multiple Selector ListBoxes. Basically I want a Popup that contains 'n' ListBoxes vertically stacked and when I type, the filtering operates on all of them simultaneously. I can then select an item from any of the ListBoxes.
Thanks in advance for any guidance you may have.
Beks
© Stack Overflow or respective owner