Skip to main content

TdxNavBarViewInfo.IsBottomScrollButtonVisible Method

Returns a value indicating whether the bottom scroll button is visible.

Declaration

function IsBottomScrollButtonVisible: Boolean; virtual;

Returns

Type
Boolean

Remarks

This function returns True is the bottom scroll button needs to be displayed. Otherwise, it returns False. Commonly, you will have no need to use this function in your applications.

See Also