Interface EnumRWItemWidthMode


  • public interface EnumRWItemWidthMode
    Possible values of control item width mode property
    Since:
    MicroStrategy Web 8.1.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int FIXED
      All items are of the same width
      static int PROPORTIONAL
      Items sized proportionally to there content width
    • Field Detail

      • PROPORTIONAL

        static final int PROPORTIONAL
        Items sized proportionally to there content width
        See Also:
        Constant Field Values