![]() |
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 |
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 > > > |
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 > > > |
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 >> >> >> > > |
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.