开发者

Customising Silverlight AutoCompleteBox with multiple filtered ListBoxes

开发者 https://www.devze.com 2022-12-30 08:35 出处:网络
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 st

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 sim开发者_开发知识库ultaneously. 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消