Page 1 of 1

Tab control design

Posted: Tue May 26, 2020 11:26 am
by wilbert2940
Hi,
Is there an easier way to design Tab control? Like VS. creating a page for each tab makes design work difficult.

Re: Tab control design

Posted: Tue May 26, 2020 11:51 am
by Serkan
A tab page requires a window ,this is how it works on all systems
Which language you use in visual studio to design tab pages in visual designer

Re: Tab control design

Posted: Tue May 26, 2020 2:04 pm
by wilbert2940
Perhaps I did not explain properly.
In Visual Studio we can directly add controls to the tab.
Untitled.jpg
But in sds, we have to add controls to a separate page for each tab. I mean the design method of this control in your environment, nothing else.
Do you understand what I mean?

Re: Tab control design

Posted: Sat May 30, 2020 8:27 pm
by Serkan
Ok, you are using .NET projects ,this is not possible in C++ projects of Visual Studio
what you said is possible in SDStudio but needs some time to implement , at least we have to complete main gui controls list
then we can implement container system , this would be applied to child controls/Windows such as adding controls a scrollview
actually visual designer of SDstudio structured to support this ,but unfortunately development process did not go as it is planned
and some features have to be postponed to reach BETA as soon as possible