need a scrollable toolbar

  • Thread starter Thread starter Hari
  • Start date Start date
H

Hari

Hi,

I need to add more buttons to the toolbar on the form dynamically.
But as the number of buttons increases, the new buttons would be
added, but not visible( as it exceeds the width of the form). Is it
possible to make the toolbar scrollable, so that I can be able to
access the buttons that are added to the right, but are hidden?

Thanks,
Hari
 
You'd have to write your own control for this, there is nothing available
that would do this.
An easier option would be to add another toolbar custom control ontop of the
existing one. The standard look and feel of WM5 and onwards use the toolbar
less and less and rather use the menubar and soft input keys. You might
consider using the menubar instead to keep a consistent Windows Mobile user
interface.

This is assuming you are writing for Windows Mobile.
 
Back
Top