We are looking for alternatives to replicate the look of the list/menu control that appears in the "Excel Options" settings, left hand edge. This is not a standard MFC control provided by Visual Studio. It has two enhancements to a standard list box control that are make it look very "nice" as a "selection control", almost like a vertically oriented tab. These include:
- responding to a hovering mouse [in Excel's case, by changing color]
- allowing use of the equivalent to a menu separator
Thanks in advance to the community. Yes, very similar controls are readily available in CSS, but apparently not in Visual Studio for MFC/C++ development.