| View previous topic :: View next topic |
| Author |
Message |
VKannan
Joined: 11 Jun 2010 Posts: 9 Location: India
|
Posted: Fri Jul 09, 2010 6:23 am Post subject: set the row size |
|
|
Dear Sir,
I want to set the size as '0' for some of rows while i see some of the other rows.so i need to set size as '0' for those rows.How will i set preferedsize,maximumsize,minimumsize like column?pls give the sample
code for it.
Thank you. |
|
| Back to top |
|
 |
support
Joined: 21 Feb 2006 Posts: 918
|
Posted: Fri Jul 09, 2010 7:14 am Post subject: |
|
|
Hi,
JTable does not let you set a row height to 0. You should consider using filters so that to hide the rows you are interested in.
Thanks |
|
| Back to top |
|
 |
VKannan
Joined: 11 Jun 2010 Posts: 9 Location: India
|
Posted: Wed Jul 14, 2010 11:31 pm Post subject: |
|
|
| Is it possible to set the row height as '0' in future ? . Required this feature in my module. |
|
| Back to top |
|
 |
support
Joined: 21 Feb 2006 Posts: 918
|
Posted: Fri Jul 16, 2010 10:16 am Post subject: |
|
|
| No, it's not possible since this depends on Sun, and not on our library. |
|
| Back to top |
|
 |
|