Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardViewInfo.NeedsScrollingUp Method

Determines whether there are card rows hidden off screen at the Card View‘s top edge, which require the View upwards to be displayed.

#Declaration

Delphi
function NeedsScrollingUp: Boolean; virtual;

#Returns

Type
Boolean

#Remarks

Whenever the Card View’s height is insufficient to display all the card rows at once and some rows are hidden by the top or bottom edges of the View, vertical scrolling may be required to display them. The NeedsScrollingUp function determines whether data is hidden by the Card View’s top edge and as a result the View needs to be scrolled up to display them.

The following image represents the situation when rows are hidden by the top edge of a Card View.

See Also