Custom Listbox I made about 4 months back and stopped working on it the listbox works by rendering all the items into to a picturebox and n other controls are used. it supports a load of properties, ...
I have some trouble with selecting an ListBox item after it is dropped from a ListBox to a ListBox wrapped in a canvas. I noticed that if the property is placed in the XAML View like ...
I've got a listbox, I've got items in it. It appears that the listbox simply calls the ToString() function when you add an item and uses that as it's display. For my item, the ToString() simply ...