[10] Review request : JDK-8188164 : Visual glitch / layout issue when setting pref height of table column headers

2017-10-19 Thread Ajit Ghaisas
Hi, Request you to review following fix : Issue : https://bugs.openjdk.java.net/browse/JDK- 8188164 Fix : http://cr.openjdk.java.net/~aghaisas/fx/8188164/webrev.0/ Regards, Ajit

Table Column Headers

2013-06-27 Thread Mark Fortner
Recently I found that I needed to make a custom table column header. I needed the column header background to be different, and I needed to display a tooltip to display the entire column name in cases where it had been truncated. Going forward it would be nice to be able to filter by entering

Re: Table Column Headers

2013-06-27 Thread Scott Palmer
Can you use CSS to set the Labeled to Graphic Only mode? Scott On Thu, Jun 27, 2013 at 1:01 PM, Mark Fortner phidia...@gmail.com wrote: Recently I found that I needed to make a custom table column header. I needed the column header background to be different, and I needed to display a

Re: Table Column Headers

2013-06-27 Thread Mark Fortner
Scott, I think that may be in the works: https://javafx-jira.kenai.com/browse/RT-14905 Cheers, Mark On Thu, Jun 27, 2013 at 11:51 AM, Scott Palmer swpal...@gmail.com wrote: Can you use CSS to set the Labeled to Graphic Only mode? Scott On Thu, Jun 27, 2013 at 1:01 PM, Mark Fortner