maxInitialOptionsShown abstract method

int maxInitialOptionsShown(
  1. OptionGroup group,
  2. int index
)

Returns how many options to show initially and hide the rest behind a "View more" link.

Implementation

int maxInitialOptionsShown(OptionGroup group, int index);