C
calum.ritchie
Hi,
How do you make a user control appear outside the bounds of a form in
c#.
Here's the problem:
I've created a multi-tier combo box (i.e. a combo box that has sub
menus for some of the items in it). Whenever you hover over an item in
the box that has sub items then i display a list box containing the sub
items.
I need to be able to paint the sub item list box outside the borders of
the form, so that if the combo box is near the edge of the form the sub
menu can still be displayed.
Thanks in advance for any help,
Calum
How do you make a user control appear outside the bounds of a form in
c#.
Here's the problem:
I've created a multi-tier combo box (i.e. a combo box that has sub
menus for some of the items in it). Whenever you hover over an item in
the box that has sub items then i display a list box containing the sub
items.
I need to be able to paint the sub item list box outside the borders of
the form, so that if the combo box is near the edge of the form the sub
menu can still be displayed.
Thanks in advance for any help,
Calum