Questions tagged [column-width]

282 questions
0
votes
1 answer

styling divs to have 2 columns with dynamic widths

I am sure this has been covered but I'm not sure what to search for. I have 2 divs inside of 1 div. The 2 inner divs I float:left so there are 2 columns. The first div is of class .username. The second div is of class .commentText. The outer div…
ajon
  • 7,868
  • 11
  • 48
  • 86
0
votes
2 answers

Gridview to preserve width no matter what Asp.net

I have a gridview and i want to preserve its width no matter what data it is displaying. For example, if there is a word with the length of 900 (Eg.…
Laurence
  • 7,633
  • 21
  • 78
  • 129
0
votes
1 answer

How to decrease the webpage width in a Wordpress theme?

This is my page: http://www.theonewhogetsit.com/shorter-width/ The large width makes it too hard for the readers to read through it. I want to basically make cut the width of the page in half (but only for this page). What do you think?
0
votes
1 answer

How to specify the width of the datagrid column to occupy the remaining space?

I am developing silverlight 4 Application. I have the following datagrid
Shailesh Jaiswal
  • 3,606
  • 13
  • 73
  • 124
0
votes
0 answers

Gridview column width changes when converting to pdf using itextsharp

Good day everyone ! Before converting a gridview to PDF I can modify the font size and color using: gridview.HeaderRow.Style.Add("font-family", "Arial, Helvetica, sans-serif;"); gridview.HeaderRow.Style.Add("font-size",…
Heinser Diaz
  • 123
  • 4
  • 15
0
votes
1 answer

Flex 4, AdvancedDataGrid: initial column width

I got a problem with the widths of the advanceddatagrid-columns. First of all, my layout is a HDividedBox, on the left there is the navigation, on the right there is a module, containing the advanceddatagrid. left Side: navigation right side: module…
misantronic
  • 1,132
  • 2
  • 10
  • 23
-1
votes
2 answers

Set the table column width 100% with table-layout fixed?

in my table I set a table-layout:fixed with a width of 100% and it's great, however the content of td cells goes to the other overlaying. I know that the table has a lot of column so I may ask you also how can I beautify to have a more readable…
Luca Mancuso
  • 25
  • 1
  • 5
-1
votes
1 answer

How to change width of td, when I using bootstrap to fixed header of table?

The Table is done with bootstrap, every 2 td corresponds to a th, but I would like to change the width of one of the td into 40px. I tried for a long time (probably one day), but still can not work, who can help me? h2.html
Johnston
  • 1
  • 2
-1
votes
1 answer

How to adjust the width of heatmap columns plotted using seaborn

I am plotting a heatmap using seaborn and I spent the last day or so trying to adjust the width of the columns because currently they are very wide. From my own search I was to find ways to adjust the size of the heatmap, or the line separating the…
sal_x_sal
  • 75
  • 1
  • 2
  • 7
-1
votes
1 answer

Listview.AutoResizeColumns(ColumnHeaderAutoResizeStyle.HeaderSize) expands last column to fill listview

This just started happening in the last week. I'm currently using VS 2012 Professional on Windows 10, coding in VB.NET. I had been successfully using Listview.AutoResizeColumns(ColumnHeaderAutoResizeStyle.HeaderSize) to resize the columns prior to…
Dan.S
  • 1
  • 2
-1
votes
2 answers

Same column size for multiple tables

I need to have the same size for the header column and the table inside the body. It is not possible to add a fixed value, because the amount of columns can depend (creating a xslt to convert a xml to html) This is a small example to make my point: …
Kenny
  • 96
  • 2
  • 11
-2
votes
1 answer

Need help targeting a sharepoint column to change width

I want to change the max-width of a column in a sharepoint list view. For some reason this will work for increasing the column which is a multiline text field but not decrease it. here is what I have tried
1 2 3
18
19