|
|
|
|
|
- Anchoring a control
- Limits
AnchorRateBottom (Property) In french: TauxAncrageBas
The AnchorRateBottom property is used to: - Find out the anchor rate when a control moves on the vertical axis
- Modify the anchor rate when a control moves on the vertical axis.
The anchor rate is used to define how the control is moved or resized in relation to the evolution of size of window (or report) to which it is anchored. The anchor rate corresponds to the percentage by which the control moves in relation to the window (or report). Therefore, if the anchor rate is set to 0, the control will not be resized. If it is set to 1000, the control will be resized normally. The bottom anchor rate ( AnchorRateBottom property) is applied if the control is anchored to the bottom ( anchorBottom constant used with the Anchor property).
// The List Box control will be resized by 50% relative to the window size LIST_ListPersons.AnchorRateBottom = 500
Syntax
Finding out the anchor rate when an anchored control moves to the bottom Hide the details
<Result> = <Control used>.AnchorRateBottom
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|