views:

62

answers:

1

Is there a TabStrip-like control available for Windows Mobile 6?

I'd like to build multiple forms (or multiple views on a single form) and have some sort of tabstrip toggle between them. However, i don't see anything in the toolbox that could support this?

+2  A: 

Here is a tutorial with a sample project for creating a tab control in windows mobile.

Soviut