Avatar of JackVannoy
JackVannoy

asked on 

In VB.Net, Placing objects such as text boxes into a AXSSPanel

We have a VB6 program and have used the (Sheridan) SSPanel to place numerous objects into such as labels, texboxes, ect. Once placed, these objects would be anchored to their position in the panel.  Also if the Panel was not enabled, the objects were also not enabled.  We are converting some of our programs to VB.Net.  When we try to use the AXSSPanel, the objects are not anchored and when the panel is not enabled, the objects inside are still enabled.

I know I can use the Group Box but I like the ability to have different border styles.

Question, Is there something I can do to still use the AXSSPanel and not have to disable multiple objects in the panel?
.NET ProgrammingVisual Basic.NET

Avatar of undefined
Last Comment
JackVannoy

8/22/2022 - Mon