如何将RichTextBlockOverflow链接到RichTextBlock?

时间:2017-07-27 05:41:29

标签: xaml xamarin windows-phone-7 windows-phone-8

我在Xamarin C#中有以下代码,我希望将以下代码中的RichTextBlockOverflow链接到它上面的RichTextBlock,以便显示溢出的内容。我正在尝试使用此创建水平分页,所以如果我在正确的方向,请告诉我。谢谢:))

XAML:

<StackPanel  Height="{Binding ActualHeight, ElementName=grid}"  
             Width="{Binding ActualWidth, ElementName=grid}" 
             HorizontalAlignment="Center" 
             VerticalAlignment="Center">
                <RichTextBlock Height="{Binding ActualHeight, ElementName=grid}" 
                               MaxHeight="{Binding MaxHeight, ElementName=grid}"            
                               Name="TextBlock" 
                               local:HtmlToRtfConverter.Html="{Binding Html}" />
                <RichTextBlockOverflow Name="RichBlockOverflow" />
</StackPanel>

1 个答案:

答案 0 :(得分:1)

找到答案:

<input type='date'>

来源:Link