asposecells.api

Class ControlScrollOrientation

Utility class containing constants. Represents type of scroll orientation

Field Summary
const  intAUTO
Control is rendered horizontally when the control's width is greater than its height. Control is rendered vertically otherwise.
const  intVERTICAL
Control is rendered vertically.
const  intHORIZONTAL
Control is rendered horizontally.
 

    • Field Detail

      • AUTO

        const int AUTO
        Control is rendered horizontally when the control's width is greater than its height. Control is rendered vertically otherwise.
      • VERTICAL

        const int VERTICAL
        Control is rendered vertically.
      • HORIZONTAL

        const int HORIZONTAL
        Control is rendered horizontally.