Browse By Tags

  • Wiki Page: How do I set the dropdown position for a C1DropDownControl?

    Applies To: Input for WinForms Published On: 3/21/2005 You can use the following properties to control the dropdown position: DropDownFormAlign (Left, Right, Center, Default) - the position of the drop-down form relative to the control. GapHeight (Int32) - the distance between the control and its drop...
  • Blog Post: CheckedListBox Editor for FlexGrid

    There are many scenarios where we have fields containing nicely formatted lists (i.e. "item1, item2, item3" or "item1;item2;item3") and we'd like to provide users with an easy, error-proof way of editing these fields. The obvious solution is to use the CheckedListBox control provided...
  • Forum Post: C1DropDownControl number of items

    Is there a way to set the number of items displayed in a C1DropDownControl, like MaxDropDownItems for a combobox?
  • Forum Post: C1DropDownControl and multiline property

    If I set property Multiline = True on control C1TextBox that works fine. C1DropDownControl inherits C1TextBox. But if I set property Multiline = True on control C1DropDownControl they don't have a multilines appearance. How Can I Do that?
  • Forum Post: C1DropDownControl - multiline

    C1DropDownControl inherits C1TextBox but if I set property Multiline = True control don't have a multilines appearance. How Can I Do that?
  • Forum Post: How to load a multicolumn Dropdown control

    I am trying to load a multicolumn C1DropdownControl on my Windows Form. All controls on the form are unbound, so data binding is not an issue. However, I have the following (SQL Server 2000) table from which I need to lookup the values in order to load into the dropdown list: tblPerson table, related...
  • Forum Post: dropDowncontrol stop entering text

    I have created a dropdowncontrol and stuff into that control a form the purpose is to allow the use to pick from a list of colors. But i do not wish to have a user enter in text into that box. Im using the text area to display the color currently chosen to the user. So is there any way to stop text being...
Page 1 of 2 (40 items) 12