Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Table
Table [message #448986] Mon, 17 January 2005 11:35
Eclipse UserFriend
Originally posted by: Bogdan.bbb.pl

I'm trying to count hom many rows can be shown in Table without vertical
scroll.
I tried to use table.getItemHeight() value, but it's seems to me that
value returned its different than i expect:

when i divide:
(table.getSize().y - table.getHeaderHeight()) /
table.getItemHeight()
value returned is more then can be showed without vertical scroll.

what means value returned by table.getItemHeight() ?
i'm using table with lines and header on WindowsCE.
Previous Topic:Panic ! SWT kills the Java VM
Next Topic:How do i give my class its own icon?
Goto Forum:
  


Current Time: Thu Sep 19 22:11:45 GMT 2024

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

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

Back to the top