Results 1 to 9 of 9

Thread: DataGrid - Row Height?

Threaded View

  1. #1

    Thread Starter
    Fanatic Member simonm's Avatar
    Join Date
    Sep 2000
    Location
    Devon, England
    Posts
    796

    DataGrid - Row Height?

    I seem to be having problems finding the height of a row in a DataGrid.

    I have a DataGrid control in which the user can resize the rows manually. I need to be able to access the row heights in code and possibily change them if necessary.

    I can get to an individual row by the following code:
    VB Code:
    1. dsTarget = mdgdTarget.DataSource
    2. dtTarget = dsTarget.Tables.Item(mdgdTarget.DataMember)
    3. drTarget = dtTarget.Rows.Item(intRow)
    But there is no Height property?
    Last edited by simonm; Jan 16th, 2006 at 07:05 AM.
    Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width