Symbian
Symbian OS Library

FAQ-0432 How do I find the width of a Scroll Bar?

[Index][spacer] [Previous] [Next]



 

Classification: C++ Category: EIKON
Created: 11/11/99 Modified: 06/27/2001
Number: FAQ-0432
Platform: Not Applicable

Question:
Scroll bar widths/heights are hard coded in EIKON. Is there a system call to determine scroll bar sizes ??

Answer:
Use CEikScrollBar::ScrollBarBreadth()

You can call this if you have the handle to a scroll bar.