How to attach extra data to listbox items in VB.Net
问题 i'm new to visual studio and working on a project in visual basic. I am additing data to listbox from database that i need to access later.. Can we add extra data to listbox items as we can do with following html ?? <option name="harry" age="10" value="1">My name is harry</option> any ideas please ??? regards 回答1: You don't "attach" any data (whatever that means) to any UI elements in WPF, simply because UI is not Data. If you're working with WPF, you really need to understand The WPF