LayoutBoxCanGrowVerticallyOverride Method |
Namespace: Telerik.Windows.Documents.LayoutAssembly: Telerik.Windows.Documents (in Telerik.Windows.Documents.dll) Version: 2018.1.220.40 (2018.1.220.40)
Syntaxprotected virtual Nullable<bool> CanGrowVerticallyOverride(
float desiredHeight
)
Protected Overridable Function CanGrowVerticallyOverride (
desiredHeight As Single
) As Nullable(Of Boolean)
Parameters
- desiredHeight
- Type: SystemSingle
Return Value
Type:
NullableBoolean
See Also