table-layout

How to disable horizontal scrollbar for table panel in winforms

Hi I've a tablelayoutpanel and I'm binding controls to it dynamically. When the item count exceeds the height of panel obviously vertical scroll bar appearing there is no problem. But the same time horizontal scroll bar is also appearing even the items width is less than the width of panel. How can i prevent this? ...

How to have a form consume 80% width of page, with a tables pixel width being greather than the equivalent of the forms pixel width?

I have a webpage I'm trying to design and the content of the page will have a table layout. And with this table, they want it to be horizontally centered and consuming 80% of the window's width. I can get this with no problem, but the issue is that when I try to apply divs with background images around the table to give it a "drop shadow...

Table-Laout:fixed rendering different in IE6/7 then IE8/Chrome/FF

Basically I want the column widths on a table to ignore the size of the data. Excess data can be cutoff. Right now it is stretching the width of my columns even though I'm using table-layout:fixed. My expected behavior works in IE6 and 7 but not in anything else. Further if I remove my DTD then it will work just fine in IE8 but still not...

Weird table-layout:fixed; "bug" on WebKit.

I'm building grid component for my own needs with sortable columns, rows, etc. Existing ones either were not suiting my needs or were too heavy. I just started on resizable columns when realy unexpectedly WebKit has hit my with unexplainable anomaly. While table-layout:fixed; worked perfectly on all other browsers (even IE) Safari/Chrome...

html images in table with no space

I have an html table in which I am placing images side by side inside the td's. How can I get it so that there is no space at all between each image? By default all browsers seem to put in a small space despite 0 padding and margin on each table element. I am not specifying a width on the td's so by default it takes up the width of the ...