Custom MFC listbox or menu control for Metro Look

843 Views Asked by At

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:

  1. responding to a hovering mouse [in Excel's case, by changing color]
  2. 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.

Screenshot of Excel's Listbox implementation

0

There are 0 best solutions below