I am shamelessly trying to copy "someone's" idea of a MainForm.
My intention is to get rid of the MenuStrip and use the ThemedToolStrip instead. So far, so good. But now I got to the "Window" item, which will show the opened MDI windows list.
Now I would need to have a "Window" ToolStripDropDownButton to behave in the same way as the MenuStrip MdiWindowListItem. Would that be too difficult to implement?
Cheers.
That's it. Just to improve performance on the ThemedContainer, set the MinimizeBodyBehavior to Snap instead of Scroll if you are going to allow the container to be opened and closed.
Nice, I have been attempting to do the same. Would be nice to have the sample code in a small project
Michael
It is even activating the item when clicked in the ListView.
I can go and enjoy my Friday night now.
THANKS A LOT.
Good job, I really like the way it looks!