0
votes
3answers
2k views
Dynamically change the width of Datagrid column in FLEX.
Hi,
Can we change the width of the datagrid column dynamically by clicking on the border of the column in order to display the complete string which is too long to be displayed an …
0
votes
2answers
58 views
How do i convert 100% into px in HTML
Hi,
I am making a slider based component in GWT.
Parent : width = 100%
.-------------------------------------------------.
| .---------------------------------------------. |
| | …
0
votes
2answers
26 views
Horizontal scrollbar past the min-width point
HTML:
<div id="mcolWrapper">
<div id="mcol">
<div class="wrapper">
content
</div>
</div>
</div>
<div id="lcol"> …
2
votes
2answers
146 views
Actual width of a text/caption in Delphi 7
I believe this question was already asked, but it was in Java, so I couldn't understand the solution.
Here is my problem, I want to know actual length of the text in pixels (note …
1
vote
2answers
63 views
How do you prevent a user from resizing the column width of a clistctrl (report view)?
How do you prevent a user from resizing the column width of a clistctrl (report view)?
0
votes
3answers
455 views
Flex DataGrid Column Width
In my flex app I store the widths and visiblility of columns in an xml file. When the app loads it reads from the xml file and sets he columns values as applicable:
for(i = 0; i & …
0
votes
1answer
117 views
WPF TexBlock in Grid in ListView not Sizing Correctly?
I have a TextBlock that is in a Grid that is an ItemTemplate for a ListView. I have the items so that they grow when the window is resized, but I cannot figure out how to have the …
0
votes
2answers
644 views
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 change sinces its on one side of a HDividedBox. The visibility p …
0
votes
1answer
513 views
WPF DataGrid column widths and reordering
I have a DataGrid defined as
<wpftoolkit:DataGrid
x:Name="AccountsDataGrid"
AutoGenerateColumns="False"
ItemsSource="{Binding Path=Accounts}"
Co …
1
vote
2answers
400 views
setting a prototype value (for auto-width calculation) of a JTable column
either this doesn't exist, or I'm not thinking/searching correctly because it's late...
I want to set a JTable column width in Swing based on a prototype value for the largest str …
1
vote
3answers
1k views
Resize table columns width from JavaScript
Hello,
I have a problem with javascript.
I have a list of table cells stored at TabList.
I want to find the maximum width, and then set this width to all of them.
A sample code i …
0
votes
2answers
1k views
ASP.NET GridView - Prevent Word-Wrapping in Column
On an ASP.NET GridView, I have a field that prints a string from the database. This data can range from 10 to 100 characters. When it is longer than normal, the field word-wraps …
-4
votes
1answer
840 views
How to measure the width of a string in winforms ? [closed]
Duplicate
How to determine the size of a string given a font.
Hi,
How can I find control width based on text ?
0
votes
2answers
184 views
MS Access: How can I automatically reduce Text columns to an appropriate size for the data stored in them?
MS Access has a passable text file import wizard. (File -> Get External Data -> Import.) Unfortunately, text columns (fields) are always imported with 255-character size, regardles …
0
votes
2answers
526 views
automatically calculating column width in JTable
What's the preferred way of this (based on header & contents width I believe)?
TIA.
