Does there exist a movable 'container' control allowing an image and other controls on it?
In my DynSim program I would like to move up the sketch of the control unit with it's Textboxes and ImageButtons when using the soft input panel. Just in changing the Panel.Top property instead of redrawing the image and move all controls seperately.
- the Panel control doesn't accept an image but allows other controls.
- the Image control accepts an image but doesn't allow any controls.
- the Form control cannot be moved
A Panel doesn't accept another panel as a child control, is this a .NET limitation or a B4PPC limitation?
This feature would be interesting to separate different RadioButtons on a Panel and not only on a Form.
Thank you in advance and Best regards.
In my DynSim program I would like to move up the sketch of the control unit with it's Textboxes and ImageButtons when using the soft input panel. Just in changing the Panel.Top property instead of redrawing the image and move all controls seperately.
- the Panel control doesn't accept an image but allows other controls.
- the Image control accepts an image but doesn't allow any controls.
- the Form control cannot be moved
A Panel doesn't accept another panel as a child control, is this a .NET limitation or a B4PPC limitation?
This feature would be interesting to separate different RadioButtons on a Panel and not only on a Form.
Thank you in advance and Best regards.