Use the following lines to initialize scrollbar:

ScrollBarType *horBar = (ScrollBarType *) FrmGetObjectPtr(form,
FrmGetObjectIndex(form, sclHorizontal));
        
SclSetScrollBar(horBar, 0, 0, columns-visibleColumns+1, visibleColumns-1);

And in sclExit event call custom drawback function and draw the contents of
your table.

This may work.
Regards,
Amit Solanki

-----Original Message-----
From: Jayanarayanan M N [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, January 14, 2003 12:56 AM
To: Palm Developer Forum
Subject: Table with Horizontal Scrolling

I have a table with five columns. The display looks very ugly with all of
them in one screen

http://www.palmos.com/dev/support/docs/ui/UI_Scrolling.html says that Palm
does not support horizontal scrolling( third party tools does provide a
mechanism). 
Where can I find details to implemen horizontal scrolling?

Regards
Jayan


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to