virtual class vaseGui::Table

sys::Obj
  vaseGui::Widget
    vaseGui::WidgetGroup
      vaseGui::Pane
        vaseGui::ContentPane
          vaseGui::ScrollPane
            vaseGui::Table

@Js

colWidth

Int colWidth := 360

contentMaxHeight

protected virtual override Float contentMaxHeight()

make

new make(Func<Void,This>? f := null)

model

@Transient
TableModel model := TableModel.<ctor>()

offsetX

virtual override Int offsetX

prefContentSize

protected virtual override Size prefContentSize(Int hintsWidth := -1, Int hintsHeight := -1)

rowHeight

Int rowHeight := 60

viewportHeight

protected virtual override Float viewportHeight()