Any Suggestions ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi again

Well I think I have made a mistake with the question. let me ask it again please

I have a Windows Application in C# with Textbox (Anchor Top Left, Dock Bottom)
Splitter (Dock Bottom) and RichTextBox (Anchor Top Left, Dock Fill). I can't change the Anchor - It'll change my Dock settings. All of these componets are inside a GroupBox (Top, Bottom, Left, Right)
I do have a problem while Resizing the Form - My RichTextBox, that wa
Located at the Top, "Disappears" somewhere up on the Form..

RichTextBox don't have the property 'MinSize' But I have tried to us
'MinSize' property for the splitter (It works until I'm Resizing th
Form

Any ideas...
 
If you want to resize things when the forms dimensions change, use the forms Resize or SizeChanged events to recalculate the controls dimensions. You could add a scroll bar instead.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top