in
Forums
Blogs
Files
Devexpress.Com
ClientCenter
Support Center
DevExpress Channel

Browse by Tags

  • bounds of an ImageListBoxControl item

    hi, i'm trying to get the bounds of an item in an ImageListBoxControl in two different places, and in each place i get a different height for the rectangle. in the control's DrawItem event, e.Bounds.Height returns 16, which seems to be the right thing (this is the height of the items in the winforms...
    Posted to XtraEditors (Forum) by Tsahi Asher on 11/18/2007
    Filed under: ImageListBoxControl, ListBoxControl, e.Bounds
  • How to display multiple selected indices in a ListboxControl?

    How can multiple indices can be selected without the user clicking on different items in the ListBoxControl? I have developed this custom drop down control where a user can select multiple items in a listbox. Once the user selects multiple items the control loses focus and is not visible. If the user...
    Posted to XtraEditors (Forum) by aseem gautam on 12/26/2007
    Filed under: PopUpContainerControl, ListBoxControl
  • Unable to remove selected items from ListBoxControl. I think it is a bug...

    The code I'm using to try and remove the currently selected items in a listbox is as follows: Do While lstEmployees.SelectedItems.Count > 0 lstEmployees.Items.RemoveAt(lstEmployees.SelectedIndices.Item(0)) Loop This works as expected using the standard .NET ListBox control. However, the XtraListBoxControl...
    Posted to XtraEditors (Forum) by Daniel Bassett on 1/21/2008
    Filed under: ListBoxControl
  • Unable to add items to ListBoxControl in bulk

    With the Windows .NET ListBox control, you can easily and quickly move items between lists using a single line of code: List1.Items.AddRange(List2.Items) Why can't this be used with the Xtra ListBoxControl? I really wish the standard behavior of Windows controls would carry over to the Xtra controls...
    Posted to XtraEditors (Forum) by Daniel Bassett on 1/21/2008
    Filed under: ListBoxControl
  • Programatically check a checkbox in a CheckedListBoxControl when it is using a Datasource.

    I have a CheckedListBoxControl that has no items in its collection, but is instead bound by a datasource. When the control loads, I need to have some of the items pre-checked based on a comma delimited string. For example, lets say my CheckedListBoxControl gets the following items from the datasource...
    Posted to XtraEditors (Forum) by ryan haas on 10/15/2008
    Filed under: ListBoxControl, Listbox control, Xtraeditor, DataSource, CheckedListBoxControl
  • ListBoxControl: why is SelectedItems so limited?

    In ListBoxControl, SelectedItems has all of the collection methods private. You can't create any other list from it. There is no CopyTo, etc. Why is this?
    Posted to XtraEditors (Forum) by Paul S on 10/21/2007
    Filed under: ListBoxControl
Page 1 of 1 (6 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED