C# TabControl CompactFramework
Hello,
I try to use the TabControl in the .net compact framework and cannot find a good solution for doing a "good" code: I found an example implementation for an application using the TabControl, where each tab page is a UserControl and gets added to the TabControls control collection (http://www.c-sharpcorner.com/Tutorials/WorkingWithTabControlP1.asp). This sample application works fine for the .net framework.
In the .net compact framework UserControls aren't supported.
Of course, I can implement all of the TabPage-handling in a single class, but we dont want to do that terrible way!
Do you have any idea??
Best regards