Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1440
Display Multiple Lines in the UltraGrid Title
posted

I'm using the following code to dynamically build a ultragrid title:

            Me.ugContacts.Text = "Contacts (Records Returned = " + text(0) + " )"  + _
                                                    Environment.NewLine()                                           + _
                                                    "              (Records Loaded    = " + text(1) + " )"

It works fine but it won't fit in the height of the title row.  How can I increase the height of the title row so the text will fit?

 

Parents Reply Children
No Data