In the documentation is mentioned that EVT_COMMAND_SCROLL_CHANGED is only triggered in MSW. Also is written that EVT_COMMAND_SCROLL_THUMBRELEASE is only triggered when the mouse is released. So, what should I get when I am manipulating the slider using the keyboard (under Mac OS X)? Only a EVT_COMMAND_SCROLL? Hartwig