in

All Tags » C1List (RSS)

Browse by Tags

  • C1List - AllowColSelect = True creates havoc in MDI application

    The title is exactly the problem. This problem appeared sometime in the last year (I have a 2006 version of the app that doesn't show the problem, but the 2007.1 and .3 both show it). I have an MDI application with a couple of different forms, each with a C1List that shows a bunch of records. I open...
    Posted to List for .NET (Forum) by AndrewF on 12-18-2007
    Filed under: C1List, headers, column, AllowColselect, sort
  • Re: additem and column width

    Do you know if this bug has been fixed? I do not get the same compiler error but I am seeing the same outcome. I need one of my columns to either have a width of 0 or have visibilty set to false. When I set it up in the designer it goes back to the defaults at runtime. Thanks, Lindsay
    Posted to List for .NET (Forum) by lterry on 01-16-2008
    Filed under: C1List, column
  • ComboBox Functionality

    My environment is Visual Studio 2008. I know there will be an update coming on sometime around February but haven't had any problems and have tried in VS2005 as well. I want to do this in code and not in the designer as well with C#. I'm working with the C1ComboBox control. I have seven columns...
    Posted to List for .NET (Forum) by ntbuddy on 01-16-2008
    Filed under: C1Combo, AutoCompletion, C1List, AllowColselect
  • SelectedStyle Not working with C1List/C1Combo

    The above issue happen when using with Visual Style. Steps: - Add form, add C1Combo, add C1List - put some data inside. - in form_load, change VisualStyle to Office2007Blue (for example), set Selected.BackColor for List/Combo to Red Color. The problem doesn't occur when using VisualStyle=Custom Anyone...
    Posted to List for .NET (Forum) by cpleong99 on 02-27-2008
    Filed under: C1Combo, C1List
  • C1List.SelectedText

    Hello, After a filtered list .... Me .C1List.ClearItems() For i = 0 To LA.NumAlimenti - 1 If ...(condition filter) then C1List.AddItem(LA.Alimenti(i).strCodRumen & ";" & LA.Alimenti(i).strDescrizione End if next i and using the scroll bar, selecting a row .... Private Sub C1List_Click...
    Posted to List for .NET (Forum) by rumen1 on 03-21-2008
    Filed under: C1List
  • Re: newbie question

    This code will "copy" data from one C1List column to another, replacing the selected index on the 2nd C1List. C1List2.InsertItem(C1List1.GetItemText(C1List1.SelectedIndex, 0), C1List2.SelectedIndex) C1List2.RemoveItem(C1List2.SelectedIndex + 1) Hope that helps, Greg L
    Posted to List for .NET (Forum) by C1_GregL on 11-27-2007
    Filed under: C1List
  • C1List sorting

    Created a c1list, set datamode to additem. Added 5 items by code, sorted those items in the list. Then added in one more item at the top of that list at index 1 because i wanted that item at the top of the list always. But list move that newly added item lower as if sorted. I tired addeding the items...
    Posted to List for .NET (Forum) by dennistofinetti on 04-17-2008
    Filed under: C1List, sort
  • ItemData

    Hi all, I’m a newbie in C1 & VB2005. Is there any way to replicate the behavior of the old VB6 Combo Box’s Item data in the C1 list combo? What I’m trying to do is populate a combo with a list of user’s, when the save button is clicked; it saves the user ID (integer type) into the DB and not the...
    Posted to List for .NET (Forum) by ILDEVERT1 on 05-15-2008
    Filed under: C1Combo, AddItem, C1List
  • Column size settings going back to default at runtime.

    I create 2 columns for my list, Id and Description, and I set the Id column width to 0 and visible to False. When I run my application, both columns show up in the list with equal widths. How can I make my design time settings stick? Thanks, Lindsay
    Posted to List for .NET (Forum) by lterry on 01-16-2008
    Filed under: C1List, column
  • Re: Please tell me how to do this.....

    Hi, I did this using a RichTextBox as the text-field. It's kind of cheating but it allows easy text formatting when it comes to mulitple colors. I've attached my sample for reference. Regard, Greg
    Posted to Input for .NET (Forum) by C1_GregL on 10-05-2007
    Filed under: C1List, C1DropDownControl
Page 1 of 2 (12 items) 1 2 Next >
Contact ComponentOne: 1.800.858.2739 ©1987-2007 ComponentOne LLC All Rights Reserved.