XSharpPublic
XSharpPublic copied to clipboard
Feature request: Automatic creation of TabControl page windows in VO-window editor
In VO in the window editor, when creating pages in TabControl, you can double-click on the page with the mouse, which will lead to one of two results:
- If the page window already exists, the editor will open this window.
- If the page window does not exist yet, the editor will create it and register it in the TabControl Page properties. After that, the editor will open the newly created window. In addition, the required properties "Type = TabPage" and "Modeless = True" will be registered in the new window.
X# missed this opportunity in the VO window editor. When you double-click on the TabControl page, nothing happens.
UPD: In test mode, a window containing a TabControl is displayed without tabs.
Confirmed of course.
Robert, this mostly needs to be implemented in the X# project support of VS integration