ClientHeight Property
Description
Returns the minimum height of the task panel before a ScrollBar will appear so that all content can be accessible.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property ClientHeight() As Long
Remarks
The ClientHeight property is used to indicate the minimum total height the Task Panel can be before the scrollbar is displayed. This can be useful for adding a child task panel (as a control item) and synchronizing its height with the height so that no scroll bars will be displayed.
The ClientHeightChanged event occurs when the client height changes.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.