StrataFrame Forum

Dragging a control onto a TabControl...

http://forum.strataframe.net/Topic1218.aspx

By StarkMike - 5/11/2006

I get an error whenever I try to drag a control onto the SF TabControl. Let me know if you guys get the same error.
By StrataFrame Team - 5/11/2006

When you drop a tab control onto the form, its tabs collection will be blank by default, so you'll need to add at least 1 page to it before you can drop any controls onto the tab page.  Also, there are a couple issues with the tab page's designer, so you might not be able to move the controls around with the mouse once you get them dropped on the page; the arrow keys work fine for positioning, but the mouse input sometimes has some issues.