Community
Participate
Working Groups
Build Identifier: 20100917-0705 When I create a grid < attached > with grid.AutoHeight(true) and the columns with HeaderWordWrap(true). The Columns Header Label is drawn above the bounds of the Header Area. Seems the y coodinates computed in /org.eclipse.nebula.widgets.grid/src/org/eclipse/nebula/widgets/grid/internal/DefaultColumnHeaderRenderer.java Are off by the font's height.. I threw a quick hack in to patch it up... < DIFF Attached > Reproducible: Always Steps to Reproduce: See attached Code
Created attachment 187878 [details] Diff hack to fix text placement...
Created attachment 187879 [details] Example code
Tried today. This very old bug is no longer present.