I'd like to implement some custom panning buttons on my map.
I've tried this by changing the Center property (as was recommended in another thread), but that doesn't seem to be allowed? I'm getting the following compilation error:
Cannot modify the return value of 'Telerik.Windows.Controls.RadMap.Center' because it is not a variable.
How should I approach this?
I don't really care which method is used to implement the panning. I just want four buttons (left, right, up, down) that will pan the map accordingly and properly.
I've tried this by changing the Center property (as was recommended in another thread), but that doesn't seem to be allowed? I'm getting the following compilation error:
Cannot modify the return value of 'Telerik.Windows.Controls.RadMap.Center' because it is not a variable.
How should I approach this?
I don't really care which method is used to implement the panning. I just want four buttons (left, right, up, down) that will pan the map accordingly and properly.