Version

ScrollButtonVisibility Property

Returns or sets the visibility of the scroll buttons with the Infragistics.Controls.Editors.Primitives.CalendarItemGroup instances.
Syntax
'Declaration
 
Public Property ScrollButtonVisibility As Visibility
public Visibility ScrollButtonVisibility {get; set;}
Remarks

The ScrollButtonVisibility is used to indicate whethe the Infragistics.Controls.Editors.Primitives.CalendarItemGroup instances within the control should display the previous and next scroll buttons. The default template for the CalendarBase uses a Infragistics.Controls.Editors.Primitives.CalendarItemGroupPanel that autogenerates the groups displayed within the control. When scroll buttons are to be displayed, it ensures that the scroll previous of the upper left most group and the scroll next of the upper right most group will display their scroll buttons. If you retemplate the CalendarBase to directly contain CalendarItemGroups then you must selectively bind the Infragistics.Controls.Editors.Primitives.CalendarItemGroup.ScrollPreviousButtonVisibility and Infragistics.Controls.Editors.Primitives.CalendarItemGroup.ScrollNextButtonVisibility to this property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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