GrapeCity MultiRow Windows Forms Documentation
VerticalScrollTipAlignment Enumeration


Specifies the position where the vertical scroll tip is shown.
Syntax
Public Enum VerticalScrollTipAlignment 
   Inherits System.Enum
Dim instance As VerticalScrollTipAlignment
public enum VerticalScrollTipAlignment : System.Enum 
Members
MemberDescription
BottomSpecifies the vertical scroll bar's scroll tip is displayed at the bottom-left of the scroll bar.
DefaultSpecifies the vertical scroll bar's scroll tip is displayed on the left of the scroll bar thumb box.
MiddleSpecifies the vertical scroll bar's scroll tip is displayed at the center-left of the scroll bar.
TopSpecifies the vertical scroll bar's scroll tip is displayed at the top-left of the scroll bar.
Remarks
The GcMultiRow.ShowScrollTip property value should be System.Windows.Forms.ScrollBars.Both or System.Windows.Forms.ScrollBars.Vertical, when you adjust the vertical scroll tip alignment.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.VerticalScrollTipAlignment

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

GrapeCity.Win.MultiRow Namespace
ShowScrollTip Property
ScrollTipTextNeeded Event
HorizontalScrollTipAlignment Enumeration

 

 


Copyright © GrapeCity, inc. All rights reserved.