Package com.microstrategy.web.objects.rw
Interface EnumRWItemWidthMode
- 
public interface EnumRWItemWidthModePossible values of control item width mode property- Since:
 - MicroStrategy Web 8.1.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intFIXEDAll items are of the same widthstatic intPROPORTIONALItems sized proportionally to there content width 
 - 
 
- 
- 
Field Detail
- 
FIXED
static final int FIXED
All items are of the same width- See Also:
 - Constant Field Values
 
 
- 
PROPORTIONAL
static final int PROPORTIONAL
Items sized proportionally to there content width- See Also:
 - Constant Field Values
 
 
 - 
 
 -