Width Dependent On Buttons?

  •  06-30-2004, 2:05 PM

    Width Dependent On Buttons?

    I am needing to programmatically set the width of the entire Editor control as it appears on my aspx pages. When I set [Editor1.Width = someIntValueLessThan100], the width of *only the text area* of the control will be reduced, while the entire control remains at its design-time width. In playing with it, I have adjusted the number of buttons by setting AutoConfigure="Minimal" or AutoConfigure="Simple", and have discovered that the width of the entire control (not just the text area) seems to be dependent on the number of buttons in the toolbar area - without regard for the current value of the width property.

     
    My question: How can I programmatically set the width of the entire editor control (buttons and all) and not just the editable text area?
     
    Thanks.
View Complete Thread