View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011112 | MMW v4 | Framework: Scripts/Extensions | public | 2013-07-25 17:00 | 2013-07-25 17:00 |
Reporter | zvezdan | Assigned To | |||
Priority | none | Severity | feature | Reproducibility | N/A |
Status | new | Resolution | open | ||
Summary | 0011112: SDBUISplitButton contrrol needed | ||||
Description | Split button is similar with the standard button, but it has added small part on the right side with the down arrow which displays dropdown list when you click at it. Such button can replace several standard buttons placed one next to the another, but it takes much less space. You could see how it looks like on this page under the Split buttons section: http://msdn.microsoft.com/en-us/library/windows/desktop/aa511453.aspx Here is the picture of it with the dropped-down list: http://msdn.microsoft.com/dynimg/IC43747.png I have simulated such button in my scripts using SDBUIButton control over the SDBUIDropDown control, but such solution is not elegant, it is ugly with some skins which have the arrow button of the dropdown control too narrow, it has the fixed height since the dropdown control has only the fixed height, and it could have problems with the Tab key when transferring the keyboard focus from one command to the another one. Here is the screenshot of RegExp script with the "Keep replace" button: http://img638.imageshack.us/img638/8426/regexpreplace40.png | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
related to | 0011113 | new | ISDBUICommon::TabStop property needed |