On May 6, 2:45 pm, "Aneesh Pulukkul [http://dotnet-
revolutions.blogspot.com]" <anees...@gmail.com> wrote:
> On May 6, 10:48 am, Morten Wennevik [C# MVP]
>
[quoted text clipped - 117 lines]
>
> - Show quoted text -
Am selecting the value of clicked item and closing the menu - so no
need to disable cursor and text selection. But, the autosize issue is
still there. Tried to set the Wordwrap property to false, but it
casuses clipping of text. Don' know how to alter the width of the
richtextbox in this case. Assigning explicit width didn't solve the
problem.
Aneesh Pulukkul [http://dotnet-revolutions.blogspot.com] - 17 May 2008 21:19 GMT
On May 6, 10:16 pm, "Aneesh Pulukkul [http://dotnet-
revolutions.blogspot.com]" <anees...@gmail.com> wrote:
> On May 6, 2:45 pm, "Aneesh Pulukkul [http://dotnet-
>
[quoted text clipped - 129 lines]
>
> - Show quoted text -
Got a trick from my colleague John - disable AutoSize for
ToolStripControlHost and use calculated size to accomodate the RTF
content.