I have for a repeat control a xe:pagerAddRows control to show more rows. I would like to display something similar to show / shrink the number of rows. I tried to set the rowCount propoerty to a negative value but this does not seem to work.
How can I achieve such a show less rows function?
You can't use xe:pagerAddRows to reduce the number of rows - like the name anticipates.
Here is a way to create two buttons to show more or to show less rows:
You can change the property "rows" (= number of rows to show) dynamically this way. This property is available in repeat controls, view controls and other multi row controls.