开发者

silverlight listbox inside checkbox?

I need to g开发者_StackOverflow社区et how many checkboxes are checked in listbox. Do you have some idea how to get it?


You can edit item template for ListBox and add checkbox for item.
In that case you also can add event handler for checkboxes and handel check event.
Or if you are adding checkboxes by code than add handler for event and then add checkboxes.
Hope this will help you.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜