Jump to content

Word wrapping in TUniStringGrid


Tokay

Recommended Posts

This is DFM code:

    object StringGrid1: TUniStringGrid
      Left = 0
      Top = 0
      Width = 369
      Height = 321
      Hint = ''
      FixedCols = 0
      FixedRows = 0
      RowCount = 7
      ColCount = 2
      DefaultRowHeight = 18
      Options = [goVertLine, goHorzLine, goColSizing, goRowSelect]
      ShowColumnTitles = True
      Columns = <
        item
          Title.Caption = #1055#1072#1088#1072#1084#1077#1090#1088
          Title.Color = clBlack
          Width = 150
        end
        item
          Title.Caption = #1047#1085#1072#1095#1077#1085#1080#1077
          Title.Color = clBlack
          Width = 200
        end>
      Align = alTop
      TabOrder = 1
    end

 

Link to comment
Share on other sites

  • 6 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...