> Selection grabs (whatever is the real term for it) used by the
> ISelectionService I believe has a problem showing for docked
> controls, they are overridden by adjacent controls. I had the same
> issues for a control added at design time which is docked-FILL. I
> tested it on .NET controls and it really is a default behavior.
Hi!
That's not the reason I think. If I don't use a derived ControlDesigner for
the Control, it works this way. The SelectionGrabs are drawn, although the
added controls are docked left. But if I define a ControlDesigner for the
Control, they are not. The Control has the Appearance like it was in
RunTime. The Grid isn't drawn anymore also. I can select the added controls
but no SelectionGrabs. Perhaps adding a ControlDesigner to the Control puts
it to "Runtime" State?
Thanx
Matthias
Mick Doherty - 09 Nov 2004 07:17 GMT
For the Drawgrid Dots you should use ScrollableControlDesigner and not
ControlDesigner.
You can change the Grab Handles by modifying the SelectionRules property.

Signature
Mick Doherty
http://dotnetrix.co.uk/nothing.html
> That's not the reason I think. If I don't use a derived ControlDesigner
> for the Control, it works this way. The SelectionGrabs are drawn, although
[quoted text clipped - 7 lines]
>
> Matthias