This question is locked. New answers and comments are not allowed.
Hi
I have Grid how can i make it as Readonly.It has only IsHitTestVisible but due to this property i am not able to scroll Grid.
I am not having any columns for Grid. I am using silverlight 5.Please Help me out
Regards
Sanjay
I have Grid how can i make it as Readonly.It has only IsHitTestVisible but due to this property i am not able to scroll Grid.
I am not having any columns for Grid. I am using silverlight 5.Please Help me out
Regards
Sanjay
<Grid IsHitTestVisible="{Binding ClientReadonly,Mode=TwoWay}" x:Name="tileViewGrid" Width="265" HorizontalAlignment="Right" Background="AliceBlue" Margin="0,6,40,0" />