<< Return to Main Index

< Return to Class Index

CGXGridCore::SetAccelScrollbars

void SetAccelScrollbars(BOOL bEnable);

bEnable

TRUE if you want to turn on this feature; FALSE otherwise.

Remarks

Set this TRUE if you want automatic acceleration of the scrolling speed when the user presses a scrollbar button

Control-Factory Specific ->

Auto-scrolling has been implemented using the abstraction mechanism as discussed in the chapter "Reducing the size of your application" in the user's guide. A call to the ImplementAutoScroll method from within the control factory class' InitializeGridComponents method will make the concrete implementation for auto-scrolling available to your application.

If no concrete implementation for auto-scrolling is available this method has no effect.

END Control-Factory Specific

See Also

CGXGridCore::AutoScroll CGXGridCore::ImplementAutoScroll

CGXGridCore

Class Overview | Class Members