문제

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

도움이 되었습니까?

해결책

Had to go with a custom control in the end, inheriting from Control. The control I created contains a textbox and popup that contains multiple listboxes that are updated as i type in the text box.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top