I have items in a table. If there are more items then rows of the table I use a scrollbar. When the number of items decreases so the scroll bar is no longer necessary, I want to remove the scrollbar from the display. CtlHideControl, CtlEraseControl do not work according to the documentation because scrollbars are not controls. Documentation says use FrmHideObject. FrmHideObject does nothing to frmScrollBarObj according to the OS source code. Is there a way to remove a scrollbar short of WinEraseRectangle? Should I not be trying to erase the scrollbar? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
