8000 enableTextWrap seems to ignore standard CSS rules in tableview cells · Issue #49 · edvin/tornadofx2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
enableTextWrap seems to ignore standard CSS rules in tableview cells #49
Open
@jasin

Description

@jasin

I have the following code that displays a table column. setWrapText is ignored entirely and using enableTextWrap sets the text to black regardless of any CSS or any behaviors like CSS selected hover etc. Is there anything I am missing?

readonlyColumn("Question", RequestForInformationEntity::rfiQuestion) {
    cellFormat {
        text = it
        alignment = Pos.BASELINE_LEFT
        isWrapText = true
    }
    enableTextWrap()
    weightedWidth(1.0)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0