You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is where I was able to arrive by manipulating window styles:
NamespaceTreeControl has WS_EX_TOOLWINDOW, WS_EX_STATICEDGE, WS_SYSMENU, WS_CAPTION
TreeView (SysListView32) has no ClientEdge.
What work is needeed:
To remove the caption text (it says "Namespace tree", so can remain actually).
To hide the navigation pane on pressing X button.
Also, since without Command Bar toggling the Navigation Pane is impossible, it is highly desirable to add a navigation pane toggle entry in the pull-down menu.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Here is where I was able to arrive by manipulating window styles:
NamespaceTreeControl has WS_EX_TOOLWINDOW, WS_EX_STATICEDGE, WS_SYSMENU, WS_CAPTION
TreeView (SysListView32) has no ClientEdge.
What work is needeed:
To remove the caption text (it says "Namespace tree", so can remain actually).
To hide the navigation pane on pressing X button.
Also, since without Command Bar toggling the Navigation Pane is impossible, it is highly desirable to add a navigation pane toggle entry in the pull-down menu.
Beta Was this translation helpful? Give feedback.
All reactions