I have a nice custom drawing menu. One of the items is a MdiList and
dynamically shows the list of all open MdiChildren.
the problem is that the items that identify the mdichildren are not custom
drawn. I have no idea how it could be possible to perform also custom
drawing for these items.
at first glance this does not look like a big problem. after all, the
subitems could be drawn as standard menu items. but here comes the the
additional problem - the main menu item that has the MdiList item as the
subitem is incorrectly drawn because it gets sligthly wrong information
about its Bounds (in DrawItemEventArgs).
Big thanks for any help,
Wiktor