The selection bar in the TableView is a blue color. Doesn't match my app color scheme at all
[EDIT] Solved it putting the code into the "extra css" in the tableview properties in the designer!
If I use the following code the selection bar changes to the color I request:
It feels as though changing the Selection bar alone has also changed other style values.
Is there something I can do to keep the original sheet style and just change the Selection Bar color?
[EDIT] Solved it putting the code into the "extra css" in the tableview properties in the designer!
If I use the following code the selection bar changes to the color I request:
B4X:
tblMediaTracks.Style = "-fx-selection-bar: forestgreen;"
But the whole look of the table changes as well, including the size of the rows, and the background color that was set up in the Designer.
These two attachments show the unmodified and modified results:
These two attachments show the unmodified and modified results:
It feels as though changing the Selection bar alone has also changed other style values.
Is there something I can do to keep the original sheet style and just change the Selection Bar color?
Last edited: