Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8101955

Ability to set TableView Column header height to 0

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • 7u6
    • javafx

      Current implementation doesn't allow it. I tried the following without any success. We need it in SB.

      -fx-size was a possibility but doesn't do the job. By the way -fx-size is not documented in FX CSS spec.

      I did the following without any success:
      .messages-table .column-header, .messages-table .filler {
          -fx-size: 1;
          -fx-border-width:0;
          visibility:false;
          -fx-border-insets:0;
      }

      Is there some specific rules?

            jgiles Jonathan Giles
            jfdenise Jean-Francois Denise (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: