Control.growHorizontal

Controls the direction on the horizontal axis in which the control should grow if its horizontal minimum size is changed to be greater than its current size, as the control always has to be at least the minimum size.

  1. Control.GrowDirection growHorizontal [@property getter]
  2. long growHorizontal [@property setter]
    struct Control
    @nogc nothrow @property
    void
    growHorizontal
    (
    long v
    )

Meta