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