Hi,
I was wondering if it were possible to place MapLine controls into a different UserControl.
In other words, I want to separate the radMap control from the MapLine controls by using a UserControl.
So I would have a parent containing the map and a child containing the lines:
ParentUserControl
<InformationLayer>
<Views:ChildUserControl/>
<InformationLayer/>
ChildUserControl
<MapLine Point="0,0" Point2="10,10"/>
Unfortunately, it doesn't seem to work at all... Any ideas what might be the best solution?
Thank you,
Alexis
I was wondering if it were possible to place MapLine controls into a different UserControl.
In other words, I want to separate the radMap control from the MapLine controls by using a UserControl.
So I would have a parent containing the map and a child containing the lines:
ParentUserControl
<InformationLayer>
<Views:ChildUserControl/>
<InformationLayer/>
ChildUserControl
<MapLine Point="0,0" Point2="10,10"/>
Unfortunately, it doesn't seem to work at all... Any ideas what might be the best solution?
Thank you,
Alexis