How can I enable manual scrolling for my IStatic Control?
Manual scrolling of IStatic control is supported in BREW SDK™ 1.1 onwards. You can enable manual scrolling of the ISTATIC Control by following the steps below: 1) Use the ISTATIC_SetProperties() function with ST_NOSCROLL property 2) Use the ISTATIC_HandleEvent() function in the EVT_ KEY case of your applications’ HandleEvent function which processes the UP/DOWN key events for scrolling the text.