Read-only archive of the All About Symbian forum (2001–2013) · About this archive

How to set Scroll Bars Background color

0 replies · 3,412 views · Started 09 February 2007

Hi,
In one application I created RichText editor with ScrollaBarFrame.Code is like this -

MyEditor->CreateScrollBarFrameL();
MyEditor->ScrollBarFrame()->SetScrollBarVisibilit
(CEikScrollBarFrame::EOff, CEikScrollBarFrame::EAuto);

It works well,but problen is that I have changed back color of RichText editor as -
m_pMngControl->SetBackgroundColorL(TRgb(226,189,130));

Editor's back color is changed but ScrollBar's color is not changed. It's still white. I want to set ScrollBar's back color to same as that of the editor's back color.

If anyone know plz. send me suggession.

Thanks,
Rahul