VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Anchor class: allows you to anchor any control on its left,top,right,or bottom....

dan aprobee  (4 Submissions)   Custom Controls/Forms/Menus   Intermediate   Wed 3rd February 2021

The [Anchor] property is a property available to all controls in the .net framework. A control can be anchored to one or more edges of its parent container. Anchoring a control to its parent ensures that the anchored edges remain in the same position relative to the edges of the parent container when the parent container is resized. For example, if you have a Form with a Button whose Anchor property value is set to AnchorStyles.Top and AnchorStyles.Bottom, the Button is stretched to maintain the anchored distance to the top and bottom edges of the Form as the Height of the Form is increased.

Rate Anchor class: allows you to anchor any control on its left,top,right,or bottom.... (3(3 Vote))

Download Anchor class: allows you to anchor any control on its left,top,right,or bottom....

Anchor class: allows you to anchor any control on its left,top,right,or bottom.... Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters