Tabcontrol - pages name position

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
CF includes tabcontrol with page labels shown at the bottom of screen. Does
anybody know some alternate tabcontrol with labels displayed at the TOP of
the control area as usual? Or is it possible to customize that one in CF?
 
You'd have to roll your own control (I am not aware of one).

The managed TabControl is based on the native one. The native control
renders the tabs at the bottom on a PPC platform and at the top on a
WinCE-based (I have the opposite requirement on ours but it's not high
enough for me to write my own TabControl).

Cheers
Daniel
 
There isn't support directly in the .NET Compact Framework. You can probably
find 3rd party controls that make it easy to do that.
 
Back
Top