Partilhar via


MetaDataNavTree.InitialTreeViewHeight Property

This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets the initial height of the TreeViewRememberScroll.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Property InitialTreeViewHeight As Unit
    Get
    Set
'Usage
Dim instance As MetaDataNavTree
Dim value As Unit

value = instance.InitialTreeViewHeight

instance.InitialTreeViewHeight = value
public Unit InitialTreeViewHeight { get; set; }

Property Value

Type: System.Web.UI.WebControls.Unit
The Unit structure that represents the initial height of the TreeViewRememberScroll.

See Also

Reference

MetaDataNavTree Class

MetaDataNavTree Members

Microsoft.Office.Server.WebControls Namespace