Hi Tobias,
 
Which version of ULC are you using? Kindly mention the version number in all you mails.
 
Did you use the APIs ULCScrollPane#setHorizontalScrollBarPolicy(int) & ULCScrollPane#setVerticalScrollBarPolicy(int) properly on  ULCScrollPane?
 
Make use of the following API to prevent the table from automatically resizing to the view port size and force the horizontal scroll bar to appear.
 
ULCTable#.setAutoResizeMode(ULCTable.AUTO_RESIZE_OFF);
 
If autoResizeMode is set differently, the ULCTable automatically resizes itself to the width of the ULCScrollPane.
 
I hope this helps.
 
Thanks and regards,
 
Janak
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Tobias Zimmer
Sent: Friday, June 02, 2006 7:44 PM
To: [email protected]
Subject: [ULC-developer] ULCTable and ULCScrollPane

Hello

 

I have a problem with the ULCScrollPane, including an object of ULCTable.

I changed the tablemodel and the width of the columns, but the scrollPane did not activate the vertical scrollbar.

Parts of the table are now beyond the right border of my layout.

How may I resolve this ?

 

Tobias

Reply via email to