Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9271895
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T15:44:32+00:00 2026-06-18T15:44:32+00:00

Here I have a manually created table using textboxes inside of a list object:

  • 0

Here I have a manually created table using textboxes inside of a list object:

enter image description here

The problem with this is that if one of the textboxes has too much text only it will grow while the others will remain the same height.

Now the other issue is you can’t merge two cells in the same column (vertical merge). Is there a way using a combination of controls that I could replicate what is in the picture such that if the Release Description textbox has too much text in it and it grows the other controls will grow along with it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T15:44:33+00:00Added an answer on June 18, 2026 at 3:44 pm

    Two suggestions:

    1) If you want to keep your current workaround, and wish to avoid the growing of your textboxes you can set the CanGrow property to False.

    A UI solution for the long text will be using ToolTip: Lets say that your textbox can contain only 60 chars, in the textbox expression use the following:

    =iif(Len(Fields!YourField.Value)>60, Left(Fields!YourField.Value,57) + "...",Fields!YourField.Value)

    means that only 57 charecters will be displayed in the text box, the full text should be display will hovering the textbox (using tooltip).

    2) If you want to merge cells vertically you can do some workarounds.
    You can place a table inside another table’s cell, that way using several tables you can perform your desired output.

    Attaching sample of using table within another table (I use 3 tables):

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have here a list of items in a table. Each item has a
I have an Access table that has a hyperlink field, with the records being
I am using MySQL and I have a table with an index that is
Here I have declared another virtual function in Derived class. #include <iostream> using namespace
Here I have to send and receive dynamic data using a SysV message queue.
Here I have an arbitrary IEnumerable<T> . And I'd like to page it using
I have an ASP.NET MVC 3 app that is using SQL Server CE 4.0
I have a table with a large amount of HTML in it that I
We have a 3rd-party app that wants to call a stored proc using SQL
I'm a little stumped on this one. Anyone have any ideas? I'll try to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.