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 7006061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:25:45+00:00 2026-05-27T21:25:45+00:00

I have a HtmlDocument object loaded in a winforms application (from a Web browser

  • 0

I have a HtmlDocument object loaded in a winforms application (from a Web browser object).

I am referencing a specific html table in the html document.

Is there any way for me to know if the text from within that table is overflowing? (height or width).

Update

If I know my html table has a hight of 200 pixels, would it be possible to count the lines of text and font size to come up with a pixel height count of the required height the content neads?

  • 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-05-27T21:25:46+00:00Added an answer on May 27, 2026 at 9:25 pm

    If you specify the Width and Height of Cells in your HTML Table (eg 200px), then you could use jquery to tell you if the cell size has changed indicating overflow. Copy this into an HTML file and give it a go:

    <html>
    <head>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    </head>
    <body>
    
    <table border="1">
      <tr>
        <td width="50px">foo00000000000000000000</td>
        <td width="100px">bar</td>
      </tr>
    </table>
    
    Row: <input type="text" value="0">
    Column: <input type="text" value="0">
    Width of first cell: <span id="columnWidth">?</span><br>
    </body>
    
    <script type="text/javascript">
      $(function() {
    var row = $('input:first').val();
    var column = $('input:eq(1)').val();
    var columnWidth = $('table tr:eq('+row+') td:eq('+column+')').width();
    $('#columnWidth').text(columnWidth);
      });
    </script>
    

    The foo000000000 cell is specified as 50px, but with all the zero’s it overflows to 180px.

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

Sidebar

Related Questions

I have a C# application that generates an html document from transforming an xml
I am constructing a large HTML document from fragments supplied by users that have
I have to pull out particular fields from cells in an HTML table. Using
I have a html document which uses object tag with src attribute. But I
I have a WinForms C# application. There is a WebBrowser control on the form
I have an HTML document stored in memory as an Linq-to-XML object tree. How
Does HtmlAgilityPack have the ability to return the whole HTML markup from an HtmlDocument
I have some JavaScript that obtains elements by ID from an HTML document. In
We have a win application that shows a web form in a web browser.
I have a C# Form with WebBrowser object. This object contains HTML Document. And

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.