ListViewHeader.this

Default CTOR.

  1. this(int height, int[] columnWidths, Text[] fields)
    class ListViewHeader
    @safe pure nothrow
    this
    (
    int height
    ,,
    Text[] fields
    )
  2. this(int height, int[] columnWidths, dstring[] ds)

Parameters

height int

the height of the header.

columnWidths int[]

the width of each column. Array must match the length of the next parameter fields: specifies the text of each field. Custom formatting is supported

Meta