i need to reduce my the height of my listbox in my program. unfortunately its vertical scrollbar doesn't adjust height to make fit for the listbox.
how to change scrollbar's height???
help!
i need to reduce my the height of my listbox in my program. unfortunately its vertical scrollbar doesn't adjust height to make fit for the listbox.
how to change scrollbar's height???
help!
Hi..
you can change the listbox item height by
iListBox->SetItemHeightL(TInt aHeight);
Is this what you are looking for?..or something with the scrollbars??
hope this help
regards
Rafeeq