Intersoft ClientUI Documentation
AllowResize Property (UXNavigationPane)



Gets or sets whether users can resize the buttons container.
Syntax
Public Property AllowResize As Boolean
Dim instance As UXNavigationPane
Dim value As Boolean
 
instance.AllowResize = value
 
value = instance.AllowResize
public bool AllowResize {get; set;}
public:
property bool AllowResize {
   bool get();
   void set (    bool value);
}
Remarks
Although UXNavigationPane displays only a number of items initially as specified in the VisibleItemCount property, users can increase or decrease the number of visible items at runtime by dragging the resize thumb element to the desired height. If you do not wish users to modify the number of visible items at runtime, you can disable the interactive resizing feature by setting the AllowResize property to false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXNavigationPane Class
UXNavigationPane Members

Send Feedback