View Issue Details

IDProjectCategoryView StatusLast Update
0002937JEDI VCL00 JVCL Componentspublic2005-05-09 03:57
ReporterwillwAssigned ToAHUser 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.10 
Summary0002937: TJvDualListDialog - Listboxes have no scrollbars
DescriptionThe TJvDualListDialog component provides a dialog with two listboxes - without scrollbars. There is no direct way to get at these listboxes, so if you happen to have too many items, or the names are too long, you are sunk. My users are complaining about this, so I am, reluctantly, bodging my source.

I suggest that the scrollbars might as well be enabled on the listboxes by default in the resource. Why would you not want them?
TagsNo tags attached.

Activities

AHUser

2005-05-09 03:57

developer   ~0007121

Fixed in CVS.

The TJvDualList component has a new property: ScrollBars: TScrollStyle which controls the Source and Dest ListBox's ScrollBars property. And it defaults to ssBoth.

Issue History

Date Modified Username Field Change
2005-05-08 02:47 willw New Issue
2005-05-09 03:57 AHUser Status new => resolved
2005-05-09 03:57 AHUser Resolution open => fixed
2005-05-09 03:57 AHUser Assigned To => AHUser
2005-05-09 03:57 AHUser Note Added: 0007121