Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Is it possible to make the CuteEditor TextArea smaller?
Is it possible to make the CuteEditor TextArea smaller?
Last post 03-09-2010, 8:36 AM by
vince11111
. 2 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
03-08-2010, 4:02 PM
59247
vince11111
Joined on 02-11-2010
Posts 9
Is it possible to make the CuteEditor TextArea smaller?
Reply
Quote
Hi,
I was wondering if there was a way to make the text area smaller...right now it's just sticking out of my table and is pushing the rest of my table out and looks weird
thanks!
03-08-2010, 9:23 PM
59249
in reply to
59247
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Is it possible to make the CuteEditor TextArea smaller?
Reply
Quote
Hi vince11111,
Try
editor1.FrameStyle.Width = Unit.Pixel(300);
Regards,
Ken
03-09-2010, 8:36 AM
59261
in reply to
59249
vince11111
Joined on 02-11-2010
Posts 9
Re: Is it possible to make the CuteEditor TextArea smaller?
Reply
Quote
thank you very much! works great!