How to Implment snaplines in a custom control? -
09-01-2007
, 11:53 AM
Hi,
I've developed a custom control for use in my application. This is a composite
control (UserControl) containing, essentially, a combobox and a textbox which may
overlay the combo in some circumstances.
The control works fine at run time, but I've noticed that at design time the Visual
Studio snaplines and especially the text baseline snapline does not show.
The help mumbles something about margin and padding as well as snapline objects. I
think I must provide or otherwise use the design-time snapline objects somehow, but I
haven't the faintest clue how to proceed.
Does anyone have any advice or pointers on how to do this?
Thanks,
-- Jeff |