View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001646 | JEDI VCL | 04 Feature Request | public | 2004-04-15 12:09 | 2004-04-28 09:14 |
| Reporter | Markus Spoettl | Assigned To | marcelb | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0001646: JvInspectorCustomItem: Expose DropdownCount | ||||
| Description | I'd like to suggest (if done this with my local version already) to change CustomItem.DropDown as follows if ListBox.Items.Count < MaxListCount then ListCount := ListBox.Items.Count else ListCount := MaxListCount; into if ListBox.Items.Count < DropDownCount then ListCount := ListBox.Items.Count else ListCount := DropDownCount; and add a property property DropDownCount: Integer read FDropDownCount write FDropDownCount; initialized to 8. This allows descent items to change the length of the list (I prefer 15-20 or more items in drop down lists). | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-04-15 12:09 | Markus Spoettl | New Issue | |
| 2004-04-15 12:36 | marcelb | Assigned To | => marcelb |
| 2004-04-15 12:36 | marcelb | Status | new => acknowledged |
| 2004-04-15 12:38 | marcelb | Category | 00 JVCL Components => 04 Feature Request |
| 2004-04-28 09:14 | marcelb | Status | acknowledged => resolved |
| 2004-04-28 09:14 | marcelb | Resolution | open => fixed |
| 2004-04-28 09:14 | marcelb | Note Added: 0004114 |