Any Suggestions ?

G

Guest

Hi there

I already asked this question but I'll try in another formulation and I couldn't find any suggestions here about it

Well, I have a Windows Application in C# with Textbox (Anchor Bottom), Splitter (Anchor Bottom) and RichTextBox (Anchor Fill)
I do have a problem while Resizing the Form - My RichTextBox, that was Located at the Top, "Disappears" somewhere up on the Form..

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

Any Suggestions

Thanx
 
N

Nico Vrouwe

Hi,

Try setting the textbox anchor to (top,left,bottom,right)

HTH,
/Nico

Oren said:
Hi there,

I already asked this question but I'll try in another formulation and
I couldn't find any suggestions here about it.
Well, I have a Windows Application in C# with Textbox (Anchor Bottom),
Splitter (Anchor Bottom) and RichTextBox (Anchor Fill).
I do have a problem while Resizing the Form - My RichTextBox, that was
Located at the Top, "Disappears" somewhere up on the Form...
RichTextBox don't have the property 'MinSize' But I have tried to use
'MinSize' property for the splitter (It works until I'm Resizing the
Form).
 
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
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

For your ideas...

----- Nico Vrouwe wrote: ----

Hi

Try setting the textbox anchor to (top,left,bottom,right

HTH
/Nic

Oren said:
Splitter (Anchor Bottom) and RichTextBox (Anchor Fill)
I do have a problem while Resizing the Form - My RichTextBox, that wa
Located at the Top, "Disappears" somewhere up on the Form..'MinSize' property for the splitter (It works until I'm Resizing th
Form)
 
P

Philip Carnstam

I had the same problem when setting up multiple objects within splitters.

I never solved the problem, instead I created my own splitters and created
resize events for them.

Every splitter has it's own property for amount of percent from the edge of
the form is it placed. It also has a property for which object is left and
right / bottom and top of it.

/Philip

Oren said:
Hi there,

I already asked this question but I'll try in another formulation and I
couldn't find any suggestions here about it.
Well, I have a Windows Application in C# with Textbox (Anchor Bottom),
Splitter (Anchor Bottom) and RichTextBox (Anchor Fill).
I do have a problem while Resizing the Form - My RichTextBox, that was
Located at the Top, "Disappears" somewhere up on the Form...
RichTextBox don't have the property 'MinSize' But I have tried to use
'MinSize' property for the splitter (It works until I'm Resizing the Form).
 

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

Top