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