Stopping Windows Mobile 6.5 tab reordering
Posted
by PaulH
on Stack Overflow
See other posts from Stack Overflow
or by PaulH
Published on 2010-04-28T17:07:41Z
Indexed on
2010/04/28
17:13 UTC
Read the original article
Hit count: 339
I have a C++ Visual Studio 2008 Windows Mobile 6.5 application that uses a tab control. I've noticed that depending on how careful you are with the stylus, when using the tab control you can accidentally re-order the tabs. It's difficult to do deliberately, but it's very easy to do when you're not trying. I assume this is a new "feature" of Windows Mobile 6.5 as it doesn't happen in Windows Mobile 6.1 with the same code.
Is there a window style or something I can set that will lock the tab order such that people don't accidentally re-arrange them?
Also, is there an MSDN page that describes this behavior and how it is supposed to work? I've looked, but have come up empty.
Thanks, PaulH
© Stack Overflow or respective owner