TabControl Porblem in a Smart Device App
Hi,
I'm working on a smart device project in C# with Visual Studio .NET 2003. I know that this is the VB forum but I figured that they are pretty similar and this problem isn't specific to C# but to the tabcontrol so please forgive me if I'm breaking any rules.
I'm trying to add a TabControl to my form but the control immediately resizes to fit the width of my form and then positions itself on the top of the form. If I try to move the control it just goes back up to the top. So, I'm limited as to where I can place the control. This does not happen when I'm working on a windows project. Does anyone know what's going on?
Thanks!