Set right alignment fo tab stops
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I’m using SetTabStops() function in CListBox class., but I can’t figure out how to set a right alignment for tabs. Is there any way to do it? Please help.
I've never heard of it being possible, though someone else may have. You may just want to go with
CListCtrl
though, it's a bit nicer for doing columns (and supports left/center/right alignment).---
Shog9 If I could sleep forever, I could forget about everything...