Horizontal Splitter

  • Thread starter Thread starter Boas Enkler
  • Start date Start date
B

Boas Enkler

Hi

Is there anyway to get an Horizontal Splitter in a C# .NET CF 2.0
application?
Afaik the Splitcontainer doesn't exist in CF 2.0 , does it ?

Any hints on how to realize this ?
 
Splitcontainer isn't supported on CF but the splitter control is with CF
v2.0. Changing its dock property (e.g. to Top or Bottom) should do what you
want...

Cheers
Daniel
 
Ah cool didn't thought on dock. I searched a similar property to the one
of the Splitcontainer.

Thank you very much!
 

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