Re: selection on designtime

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Matthias Pieroth (matthias.pieroth_at_t-online.de)
Date: 11/08/04


Date: Mon, 8 Nov 2004 21:07:14 +0100

joeycalisay wrote:
> 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