Anchor

  • Thread starter Thread starter Matthias Heise
  • Start date Start date
M

Matthias Heise

Hello,

under standard .NET Framwork each element in a form can have an anchor
property that describes the behaviour of the element when the main form is
resized. In Compact Framework this property does not seem to be supported.
Is their any way to realize that without building an own resize event
handler which adjusts the elements?

Thanks

Matthias
 
Not with .NETCF v1.0 you'll have to write your own code to handle form
layout. .NETCF v2.0 will support docking and anchoring.

Peter
 
Back
Top