Posted 15 May 2013 Link to this post
<
telerik:RadButton
Name
=
"RadButton1"
Content="Fast Navigate >>" Click='RadButton1_Click' Margin="722,555,44,23">
</
>
private
void
RadButton1_Click(
object
sender, RoutedEventArgs e)
{
// Specify the desired number of pages.
RadBook1.RightPageIndex += 10;
}
Posted 16 May 2013 Link to this post
Click
"RadButton1_Click"
Margin
"311,512,310,50"
Background
"White"
StackPanel
Image
Source
"Images/Play.gif"
Width
"30"
Height
></
TextBlock
Text
" Play"
Posted 21 May 2013 Link to this post
Posted 28 May 2013 Link to this post
Posted 04 Jun 2013 Link to this post