Re: tables ;-(
- From: "David" <david.colliver.NEWS@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 2 Oct 2005 12:58:18 +0100
Put <nobr>text here</nobr> around your text.
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
"Mr Newbie" <here@xxxxxxx> wrote in message
news:e1qRrI0wFHA.664@xxxxxxxxxxxxxxxxxxxxxxx
> Im guessing here, but if you think about what the system would need to do
> in order to assess the column width Its unlikely that it is going to do it
> for you.
>
> In order to assess the column with of any column, one would have to loop
> through each cell and get the context, font and size and then measure this
> graphically; For each iteration, one would need to adjust the column width
> for each lager than previous cell until the end were reached.
>
> If there is no automatic way of doing this then you would have to do this
> manually with code.
>
> Other comments ?
>
> Mr N.
>
>
> "milkyway" <d0mufasa@xxxxxxxxxxx> wrote in message
> news:1127803098.346775.281760@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>> Hello,
>>
>> I am trying to stop some behavior going on with a table. I have been
>> using Visual Studio C# 2005.
>>
>> Basically, the table has certain column widths to start out with. When
>> data is added to it (and the size of the column is too small), the data
>> (in this case text) in the column wraps ;-/
>>
>> How can I keep the data from wrapping? What would be nice is if no
>> wrapping to place at all and to just be able to adjust the size of
>> columns manually. You know - where you place the cursor on the boundary
>> of the column, the cursor changes and then you can lengthen or shorten
>> the width of the column in order to see more (or less) data.
>>
>> So, in a nutshell, I would like for the column widths (as well as the
>> table length and width) to remain the same size as did from the start.
>> Adjustment of column widths would take place only when using the mouse
>> ;-)
>>
>> How can I do this?
>>
>> TIA
>>
>
>
.
- Prev by Date: Re: Toward WYSIWYG Web Page Authoring
- Next by Date: URL ReWriting (revisited)
- Previous by thread: Re: OleDbConnection and (isNewSession=true) on first PostBack - bug!
- Next by thread: URL ReWriting (revisited)
- Index(es):
Relevant Pages
|