This method will reset the control's width so that the scrollbar is not needed to show the invisible/clipped content, rather expand or shrink the editor's width based on the visible content.


Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)

Syntax

Visual Basic (Declaration)
Public Sub AdjustEditorWidth()
C#
public void AdjustEditorWidth()
C++
public:
 void AdjustEditorWidth() sealed 
J#
public void AdjustEditorWidth()
JScript
public  function AdjustEditorWidth()

See Also