using splitter

  • Thread starter Thread starter Patrice
  • Start date Start date
Hi,

Something very weird, the splitter control doesn't work. I placed two
controls, for example panels, one docked to left and the second docked to
fill and added a splitter. When the form is displayed the splitter is
enabled, the cursor icon changes when hovered, but the splitter won't change
the size, in this case the width, of the controls. Should the controls be
placed in a certain order? What is wrong?

Any help will be appreciated …



Ohad



P.S.
I'm using .NET Framework 1.1
 
Hi,

Actually I managed after all. The problem was that when adding the
splitter control to the form, one of the controls was in focus. As a
result the splitter is not responsive to change. The form (or the
specific container control containing the docked controls) must be in
focus when adding the splitter.
Thanks for your help, Ohad
 
Back
Top