in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Browse by Tags

  • How to select all text in a cell?

    Hello, I've been trying to select all contents of a cell. I've tried the code below without success. I'm using VB.NET. I've been trying to cast the editor as a textbox, then call the SelectAll method of the textbox in the grid's double click event. I haven't had any luck with...
    Posted to FlexGrid for .NET (Forum) by e.is.dev on 03-18-2008
    Filed under: DoubleClick, Select, Editor, SetupEditor
  • Re: ComboBox in Flexgrid Goes Off Screen

    You can code it to move in the SetupEditor event. Private Sub C1FlexGrid1_SetupEditor( ByVal sender As System.Object, ByVal e As C1.Win.C1FlexGrid.RowColEventArgs) Handles C1FlexGrid1.SetupEditor C1FlexGrid1.Editor.Location = New Point(C1FlexGrid1.Editor.Left - 20, C1FlexGrid1.Editor.Top) End Sub hope...
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 01-29-2008
    Filed under: C1FlexGrid, SetupEditor
  • Re: Cell Editor Wordwrap

    You can try to work with these events: SetupEditor and ChangeEdit. For example, the code below will set the editor to the height of the row. This would be handy if you were about to edit multiline text with wordwrap. This doesn't adjust the height as keys are typed, however. This also is dependent...
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 11-30-2007
    Filed under: C1FlexGrid, SetupEditor
Page 1 of 1 (3 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.