Top "Column-width" questions

Is there a way to specify ag-grid column width in percentage?

Right now, the only way I see to specify column grid width is to add a width property to column …

angular ag-grid percentage column-width
C# iTextSharp AutoAdjust column widths

Is there a way to adjust columnwidth automatically to fit as much content in them as they can (sort of …

c# itext column-width
What's the correct way to size an iframe in a Twitter bootstrap fluid layout?

I have a 2-column fluid Twitter bootstrap layout, and want an iframe in one of the panes (it will contain …

css twitter-bootstrap column-width
Set width for JSF column header in fixed-size table

I have a JSF datatable with table-layout:fixed, where I'm trying to set percentage based width for each column. I …

jsf datatable facet column-width
Python-docx, how to set cell width in tables?

How to set cell width in tables?, so far I got: from docx import Document from docx.shared import Cm, …

ms-word python-docx column-width
Width in pixels of a text/caption in Delphi 7

Here is my problem, I want to know actual length of the text in pixels (note that various letters have …

delphi font-size column-width caption
WPF DataGrid column widths and reordering

I have a DataGrid defined as <wpftoolkit:DataGrid x:Name="AccountsDataGrid" AutoGenerateColumns="False" ItemsSource="{Binding Path=Accounts}" ColumnReordered="DataGrid_…

wpf xaml datagrid wpfdatagrid column-width
Dynamically change the width of Datagrid column in FLEX

Can we change the width of the datagrid column dynamically by clicking on the border of the column in order …

apache-flex dynamic datagridview column-width
Flex 3 DataGrid Column Width Problem

I'm pulling xml data to determine which columns are visible, and the widths of each column. My datagrid's width can …

apache-flex datagrid column-width
How to set an Android GridView with different column sizes

I have a GridView in my main layout as follows: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/…

android android-layout android-gridview column-width