P
proxyuser
VS 2008, C#, .NET 3.5.
I'm maintaining code - a form that has numerous controls, including a text
box on the left side and a check box on the right side. The text box is
anchored Top/Left, and the check box is anchored Top/Right. When the form
is sized down (narrowed left to right), the text box moves to the right.
Eventually it encroaches on the check box and overlays it (there are also
some buttons above the check box on the right hand side.) As I continuing
shrinking the form, the text box stops moving to the right and a scroll bar
shows up at the bottom.
I'm not sure what's triggering the scroll bar to show up, nor why it
overlays the check box a little, and then stops. Basically I'd want the
scroll bars to show up and the text box to stop encroaching on the check box
just before it starts to overlap it. Any help? thx
I'm maintaining code - a form that has numerous controls, including a text
box on the left side and a check box on the right side. The text box is
anchored Top/Left, and the check box is anchored Top/Right. When the form
is sized down (narrowed left to right), the text box moves to the right.
Eventually it encroaches on the check box and overlays it (there are also
some buttons above the check box on the right hand side.) As I continuing
shrinking the form, the text box stops moving to the right and a scroll bar
shows up at the bottom.
I'm not sure what's triggering the scroll bar to show up, nor why it
overlays the check box a little, and then stops. Basically I'd want the
scroll bars to show up and the text box to stop encroaching on the check box
just before it starts to overlap it. Any help? thx