Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » How to application RWT.FIXED_COLUMNS, Sample code?
How to application RWT.FIXED_COLUMNS, Sample code? [message #848371] Wed, 18 April 2012 02:53 Go to next message
Eclipse UserFriend
How to application RWT.FIXED_COLUMNS, Sample code?
Re: How to application RWT.FIXED_COLUMNS, Sample code? [message #848414 is a reply to message #848371] Wed, 18 April 2012 03:44 Go to previous message
Eclipse UserFriend
Hi,
an example is given in the RWT.FIXED_COLUMNS constant JavaDoc:
....
Table table = new Table( parent, SWT.NONE );
table.setData( RWT.FIXED_COLUMNS, new Integer( 2 ) );
....
With this code the first two columns will be fixed (excluded from the
horizontal scrolling).
HTH,
Ivan

On 4/18/2012 9:53 AM, ocean wrote:
> How to application RWT.FIXED_COLUMNS, Sample code?

--
Ivan Furnadjiev

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:problem with drawing images in Internet Explorer
Next Topic:Can't set Java properties for RAP app
Goto Forum:
  


Current Time: Wed Jun 18 12:01:48 EDT 2025

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

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

Back to the top