How to change the scroll bar size using Symbian C++
Article Metadata
Compatibility
Platform(s): S60 3rd Edition
Article
Created: User:Technical writer 2
(05 Oct 2006)
Last edited: hamishwillee
(14 Jun 2012)
Overview
How can I change the scroll bar size?
Description
After using the
iListBox->SetRect() to set the size of the list box,
use
iListBox->ScrollBarFrame()->VerticalScrollBar()->SetSize() to change the size of the scroll bar.


(no comments yet)