Indicates whether the section height should be adjusted to the exact total height of its controls.
[Visual Basic]
Public Property CanShrink As Boolean
[C#]
public bool CanShrink {get; set;}
Boolean. True if the section should shrink to fit its controls; False, otherwise. Default is False.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
Section Class | Section Members | CanGrow
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.