Skip to main content



      Home
Home » Eclipse Projects » Eclipse Scout » Showing Tables without "cellspacing" between rows
Showing Tables without "cellspacing" between rows [message #1017770] Tue, 12 March 2013 10:01 Go to next message
Eclipse UserFriend
I am displaying some graphical information in a table. I want to show some processes that progress vertically. Ideally, I would like to have a seamless vertical line for each process.

Unfortunately, it seems that when each table row is rendered, a gap of 3 pixels is left between the rows (see screenshot, gaps marked in red).
index.php/fa/13807/0/

I have tried setting the ConfiguredRowHeightHint property to a certain size (that matches the height of the icon being used), but it seems that - as the name suggests - this is a hint only and not enforced.

Is there an easy way to suppress this "spacing" between rows?

If there is no easy way, where would I start doing this the hard way? Very Happy
I guess I would need to look at the SWT implementation of the table classes?

[Updated on: Tue, 12 March 2013 10:50] by Moderator

Re: Showing Tables without "cellspacing" between rows [message #1034774 is a reply to message #1017770] Fri, 05 April 2013 17:58 Go to previous messageGo to next message
Eclipse UserFriend
The spaces are due to the SWT/JFace table. Therefore it is hardly possible to suppress this spacings.

/andreas
Re: Showing Tables without "cellspacing" between rows [message #1036286 is a reply to message #1034774] Mon, 08 April 2013 03:24 Go to previous message
Eclipse UserFriend
Andreas

Thanks for your feedback. We have in the meantime decided to split the display of this data into a separate SVG field, so this is no longer a big concern.
/urs
Previous Topic:Can I make table columns "un-hideable"?
Next Topic:Gerrit for Eclipse Scout
Goto Forum:
  


Current Time: Tue Jul 22 21:16:58 EDT 2025

Powered by FUDForum. Page generated in 0.04063 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top