Jump to content
Xtreme .Net Talk

infmtx

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by infmtx

  1. I forgot to tell you that what I need is each row in a datagrid has two-line space.
  2. Dear Hamlet, I tried this code and it is not working. Any suggestion? Thanks. Dim grdTBSt as DataGridTableStyle Dim grdTBC as DataGridTextBoxColumn Dim dTB As DataGridTextBox dTB = CType(grdTBC.TextBox, DataGridTextBox) dTB.Multiline = True grdTBSt.GridColumnStyles.Add(grdTBCProc)
  3. Hamlet Thanks for your advice. :)
  4. One of data fields in my window form datagrid contains a long text (200 characters). How can I make each field in that specific datagrid column contain more than one line of text ? I would appreciate it if anyone can help me with this. Thanks. :)
×
×
  • Create New...