Search
ListViewSettings.setShowNavigationButtons Method
See Also
 






Sets a value indicating whether the CalendarView.List view displays navigation buttons.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setShowNavigationButtons (
    Boolean value
)

 Parameters

value

A Boolean value. Set to null to use the corresponding value from the current theme.

 Remarks

The size of the buttons can be controlled through the Calendar.setButtonSize method of the Calendar class. The amount of units to scroll can be specified through setScrollStep property.

 See Also