Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Web Controls (http://www.velocityreviews.com/forums/f63-asp-net-web-controls.html)
-   -   Can't get textbox to display scroll bars (http://www.velocityreviews.com/forums/t779776-cant-get-textbox-to-display-scroll-bars.html)

active 04-07-2007 11:10 AM

Can't get textbox to display scroll bars
 
Been trying to display text from a file.

I now know how to find the file and read it.

I read it int0 a textbox with fixed dimensions.

But I can't get the box to display scroll bars.

I looked at Panel but it does not have a Text property.


Can you suggest what might help here?


Thanks




Nathan Sokalski 04-07-2007 05:27 PM

Re: Can't get textbox to display scroll bars
 
Try using CSS to specify whether or not to display scrollbars.
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/

" active" <activeNOSPAM@a-znet.com> wrote in message
news:e1PWsVQeHHA.4172@TK2MSFTNGP05.phx.gbl...
> Been trying to display text from a file.
>
> I now know how to find the file and read it.
>
> I read it int0 a textbox with fixed dimensions.
>
> But I can't get the box to display scroll bars.
>
> I looked at Panel but it does not have a Text property.
>
>
> Can you suggest what might help here?
>
>
> Thanks
>
>
>




Scott M. 04-07-2007 06:23 PM

Re: Can't get textbox to display scroll bars
 
You need to change the "TextMode" property of the textbox to "MultiLine" and
then the "Rows" and "Columns" properties accordingly. Then, once there is
too much text that will fit in the textbox, it will display scroll bars.


" active" <activeNOSPAM@a-znet.com> wrote in message
news:e1PWsVQeHHA.4172@TK2MSFTNGP05.phx.gbl...
> Been trying to display text from a file.
>
> I now know how to find the file and read it.
>
> I read it int0 a textbox with fixed dimensions.
>
> But I can't get the box to display scroll bars.
>
> I looked at Panel but it does not have a Text property.
>
>
> Can you suggest what might help here?
>
>
> Thanks
>
>
>




active 04-07-2007 08:02 PM

Re: Can't get textbox to display scroll bars
 
thanks

"Nathan Sokalski" <njsokalski@hotmail.com> wrote in message
news:%23tKvAoTeHHA.4984@TK2MSFTNGP05.phx.gbl...
> Try using CSS to specify whether or not to display scrollbars.
> --
> Nathan Sokalski
> njsokalski@hotmail.com
> http://www.nathansokalski.com/
>
> " active" <activeNOSPAM@a-znet.com> wrote in message
> news:e1PWsVQeHHA.4172@TK2MSFTNGP05.phx.gbl...
>> Been trying to display text from a file.
>>
>> I now know how to find the file and read it.
>>
>> I read it int0 a textbox with fixed dimensions.
>>
>> But I can't get the box to display scroll bars.
>>
>> I looked at Panel but it does not have a Text property.
>>
>>
>> Can you suggest what might help here?
>>
>>
>> Thanks
>>
>>
>>

>
>




active 04-07-2007 08:03 PM

Re: Can't get textbox to display scroll bars
 
thanks

"Scott M." <s-mar@nospam.nospam> wrote in message
news:eYmLvGUeHHA.1216@TK2MSFTNGP03.phx.gbl...
> You need to change the "TextMode" property of the textbox to "MultiLine"
> and then the "Rows" and "Columns" properties accordingly. Then, once
> there is too much text that will fit in the textbox, it will display
> scroll bars.
>
>
> " active" <activeNOSPAM@a-znet.com> wrote in message
> news:e1PWsVQeHHA.4172@TK2MSFTNGP05.phx.gbl...
>> Been trying to display text from a file.
>>
>> I now know how to find the file and read it.
>>
>> I read it int0 a textbox with fixed dimensions.
>>
>> But I can't get the box to display scroll bars.
>>
>> I looked at Panel but it does not have a Text property.
>>
>>
>> Can you suggest what might help here?
>>
>>
>> Thanks
>>
>>
>>

>
>





All times are GMT. The time now is 05:37 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57