Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

PickList 2.0

0.00/5 (No votes)
17 Feb 2005 1  
Updated version of Drieske's PickList.

Sample Image - Picklist2.gif

Introduction

This is an update to Drieske's Picklist. This code has the following updates and features.

  • Double click support for moving items from the left to right listbox and vice-versa. Works in IE and Firefox browsers.
  • Added CopyItemLeft and CopyItemRight. These options appear in Visual Studio design mode properties. These properties allow the items to be copied over from the left to the right or vice-versa.

    Note: only set one of these properties to true, not both.

  • AllButtons property which appears also in design mode enables or disables the move all items left and move all items right buttons.
  • IsMoveItemLeft and IsMoveItemRight allows you to move the items up and down the listbox without Postback.
  • Image button support by setting the ImageAllLeft, ImageAllRight, ImageLeft, or ImageRight, you can apply an image instead of the text button (and also the move up/down button). There's no width or height settings.
  • Fix for Firefox suggested by M6rk (see the forum in PickList) to change ':' to '_' in the id.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here