Hello all, I have an issue with the use of anchoring.
I have on a panel, a user control which I have anchored top, bottom, left and right.
The user control is there along with a few buttons and other GUI objects.
The problem I have is when minimizing...
If I click the minimize button, then restore or maximize the window, the user control resizes itself incorrectly in the vertical direction (the horizontal direction is fine).
My user control is one which contains Checklistboxes and labels that are populated using the title and fields of database tables (It's part of a query wizard). I mention this because some of the tables have a large number of fields which would create a vertical scrollbar for that particular table automatically. With these scrollbars I have been able to check that the control isn't anchoring to the bottom of the form as first thought, but beyond that.
I have looked for other similar problems but to no avail...
any help greatly appreciated,
Regards,
J Westdorp
I have on a panel, a user control which I have anchored top, bottom, left and right.
The user control is there along with a few buttons and other GUI objects.
The problem I have is when minimizing...
If I click the minimize button, then restore or maximize the window, the user control resizes itself incorrectly in the vertical direction (the horizontal direction is fine).
My user control is one which contains Checklistboxes and labels that are populated using the title and fields of database tables (It's part of a query wizard). I mention this because some of the tables have a large number of fields which would create a vertical scrollbar for that particular table automatically. With these scrollbars I have been able to check that the control isn't anchoring to the bottom of the form as first thought, but beyond that.
I have looked for other similar problems but to no avail...
any help greatly appreciated,
Regards,
J Westdorp
Comment