enum sap.ui.ux3.VisibleItemCountMode

Visiblity: public
Available since: N/A
Module: sap/ui/ux3/library
Application Component: CA-UI5-CTR

VisibleItemCountMode of the FacetFilter defines if the FacetFilter takes the whole available height (Auto) in the surrounding container, or is so high as needed to show 5 Items ("Fixed " - default).


Properties Overview

Node Description
sap.ui.ux3.VisibleItemCountMode.Auto

The FacetFilter automatically fills the height of the surrounding container. The visibleItemCount property is automatically changed accordingly.

sap.ui.ux3.VisibleItemCountMode.Fixed

The FacetFilter always has as many items in the FacetFilterList as defined in the visibleItemCount property.