FMX.ListView.TListViewBase.Bounces

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bounces: TBehaviorBoolean read FBounces write SetBounces default DefaultBounces;

C++

__property Fmx::Behaviormanager::TBehaviorBoolean Bounces = {read=FBounces, write=SetBounces, default=2};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase

Description

Indicates whether the content can be scrolled beyond its boundaries.

This property allows the user to control the ability to scroll the content beyond its boundaries. It has an effect only on touch screens, where you can scroll through the content.