【发布时间】:2010-02-24 00:01:27
【问题描述】:
我的 XAML 代码是这样的:
<Window
xmlns ='http://schemas.microsoft.com/netfx/2007/xaml/presentation'
xmlns:x ='http://schemas.microsoft.com/winfx/2006/xaml'
Title ='Print Preview - More stuff here'
Height ='200'
Width ='300'
WindowStartupLocation ='CenterOwner'>
<DocumentViewer Name='dv1' ... />
</Window>
如何在 XAML 或 C# 中消除搜索框?
【问题讨论】:
标签: wpf documentviewer