Right aligned Tree !
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, How can i make right aligned Tree control ? I want to show the icons in right of tree ... My month article: Game programming by DirectX by Lan Mader. Please visit in: www.geocities.com/hadi_rezaie/index.html Hadi Rezaie
-
Hello, How can i make right aligned Tree control ? I want to show the icons in right of tree ... My month article: Game programming by DirectX by Lan Mader. Please visit in: www.geocities.com/hadi_rezaie/index.html Hadi Rezaie
In standard way - nowise. There is only sole method to do it - to write own tree. ;) It might be possible to use ownerdraw style, but as I understood you need to mirror whole tree, with buttons, lines and etc, didn't I? In this case ownerdraw style won't help.