HorizontalLayout.this

Sets a max height for the layout so you don't have to subclass. The max height is in device-independent pixels, meaning pixels at 96 dpi that are auto-scaled.

  1. this(Widget parent)
  2. this(int maxHeight, Widget parent)
    class HorizontalLayout

Meta

History

Added November 29, 2021 (dub v10.5)