I am creating a SF User Control with a ThemedtoolStrip to be used with the enhanced functionality of the ListView (AddObject, DeleteObject and EditObject). After I finished the user control and dropped on a form, I can not select any buttons in the toolstrip to be assigned to the ListView, the only available object in this user control is the user control itself.
What am I missing here?
How to create a common ThemedToolStrip class to be used in several forms?
Also thanks for the new delete flag property, that will save us from having to code around it and looks much more clean.