Tsuushin
Posts: 4
Joined: Fri May 29, 2009 8:05 pm

Hide inside controls when hiding a GroupBox

Hello,

I want to display additional options whenever a specific radio button is selected.

Right now I have to set two events (one for hiding, one for showing) on all the individual controls I want to show/hide and it's kind of a pain...

Is there any way to hide/show all the controls contained inside a groupbox?

This would be really useful as I could just place my controls inside a groupbox and the problem would be useful.
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: Hide inside controls when hiding a GroupBox

Hi,

Unfortunately each control needs to be configured manually (the hide/show events cannot be set for multiple controls at a time). A groupbox is basically a rectangle which visually separates a group of controls from the rest of the dialog controls. It doesn't group the controls logically.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”