The layout property controls the placement of sub-interactors relative to this
one. This property may be null.
Namespace: TallComponents.InteractionAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1
Syntax
| C# |
|---|
public LayoutManager LayoutManager { get; set; } |
| Visual Basic |
|---|
Public Property LayoutManager As LayoutManager Get Set |
Remarks
If a different layout is assigned this wil have immediate effect on the placement of interactors. Some layouts may also actively relocate interactors based on certain events.
Due to the active relocation of interactors, layouts may conflict with schemes that allow users to drag controls to a different position. In such cases, it is advisable to set the layout to null, or take care that the layout does not interfere with dragging.