Author Topic: Custom Options tab hosted control display behaviour  (Read 1294 times)

0 Members and 1 Guest are viewing this topic.

cnicho

  • Guest
Custom Options tab hosted control display behaviour
« on: February 20, 2013, 12:49:00 PM »
Hi
I've added a custom options tab and I have a number of WinForms controls to my WinForms user control, including a combobox and buttons, some of which display an OpenFileDialog or a FolderBrowserDialog. I also have tool tips associated with some of the controls which display some help text which are set using SetToolTip when the usercontrol is loaded. A single ToolTip control is on the designer.

Two odd things are occurring.

1. After the OpenFileDialog has been closed, the combobox disappears. To redisplay I have to click in the area it is located.

2. With the initial display of the options the tool tips display. After the options dialog is closed and reopened the tool tips no longer display.

Any thoughts why they could be happening?