GrapeCity MultiRow Windows Forms Documentation
HorizontalScrollTipAlignment Enumeration


Specifies the position of the displayed horizontal scroll tip.
Syntax
Public Enum HorizontalScrollTipAlignment 
   Inherits System.Enum
public enum HorizontalScrollTipAlignment : System.Enum 
Members
MemberDescription
CenterSpecifies the horizontal scroll bar's scroll tip is displayed at the top-center of the scroll bar
DefaultSpecifies the horizontal scroll bar's scroll tip is displayed on top of the scroll bar thumb box.
LeftSpecifies the horizontal scroll bar's scroll tip is displayed at the top-left of the scroll bar.
RightSpecifies the horizontal scroll bar's scroll tip is displayed at the top-right of the scroll bar.
Remarks
The GcMultiRow.ShowScrollTip property value should be System.Windows.Forms.ScrollBars.Both or System.Windows.Forms.ScrollBars.Horizontal, when you adjust the horizontal scroll tip alignment.
Inheritance Hierarchy

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

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
VerticalScrollTipAlignment Enumeration

 

 


Copyright © GrapeCity, inc. All rights reserved.