View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011174 | MMW v4 | Framework: Scripts/Extensions | public | 2013-08-19 15:28 | 2013-08-26 11:19 |
Reporter | zvezdan | Assigned To | |||
Priority | high | Severity | feature | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 3.2.5 | ||||
Summary | 0011174: ISDBUIListBox::ItemChecked property needed | ||||
Description | It would be nice if ListBox control could have check boxes on the begin of each row. The suggested property should be read/write with integer as an argument that represents index of item. I know that similar thing could be done with SDBUITreeList control, but it is much complicated to use than ListBox. | ||||
Additional Information | I agree, that is why I used SDBUITreeList in Last.FM settings, but as you pointed it would be much more complicated on larger scale. NOTE: Checked state should also reflect Selection so when you pull out Current track view and there is few selected tracks they would have checked state. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
> Checked state should also reflect Selection so when you pull out Current track view and there is few selected tracks they would have checked state. @Peke: I am sorry, but I don't understand. Do you suggest that the selected row(s) should be automatically checked? When would be that? There is no "pull out Current track view" with ListBox control. Also, as far as I know, the ListBox cannot have several rows selected, just one, instead of TreeList which has MultiSelect property. |