dynamic "hotspots" on scrollviewer
i have simple xaml template:
<scrollviewer name="vcilegacyscrollviewer" horizontalscrollbarvisibility="auto" verticalscrollbarvisibility="auto" horizontalalignment="stretch" verticalalignment="stretch" height="480" grid.columnspan="2" margin="0,0,12,0"> <image name="legacygraphicsimage" source="{binding backgroundimage}" stretch="uniform" imagefailed="legacygraphicsimage_imagefailed" height="480" width="640" /> <!-- </canvas> --> </scrollviewer>
thing know @ runtime clickable "hotspots" be.
so need add "mouseover" points @ runtime , define mouseover events @ runtime.
what best approach.
boyd
make sure image.stretch = stretch.none (the default stretch.uniform) , play havoc text placement.
Silverlight > Silverlight Controls and Silverlight Toolkit
Comments
Post a Comment