Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: CuteEditor TextArea width always set to 100% problem
Re: CuteEditor TextArea width always set to 100% problem
03-08-2010, 9:50 PM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: CuteEditor TextArea width always set to 100% problem
Reply
Quote
Hi
[email protected]
,
You can change the style of cuteeditor's textarea by properties 'FrameStyle'. like below.
editor1.FrameStyle.Width = Unit.Pixel(300);
Regards,
Ken
View Complete Thread