VerticalLayout.this

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

  1. this(Widget parent)
  2. this(int maxWidth, Widget parent)
    class VerticalLayout

Meta

History

Added November 29, 2021 (dub v10.5)