gpt4 book ai didi

windows-8 - WinRT 中的 GridSplitter 在哪里?

转载 作者:行者123 更新时间:2023-12-01 01:18:50 24 4
gpt4 key购买 nike

我正在开发一个应用程序以尝试使用 Windows 8。我想添加一个 GridSplitter到我的 XAML 表单,但控件似乎不可用。

我拥有的 XAML 是

<Page
x:Class="TweetiCon.BlankPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:TweetiCon">

<Grid Background="{StaticResource ApplicationPageBackgroundBrush}">
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition Width="auto"/>
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<GridSplitter Grid.Column="1" Orientation="Vertical"/>
</Grid>
</Page>

GridSpliter元素导致应用程序无法编译,因为

The name GridSplitter does not exist in the namespace http://schemas.microsoft.com/winfx/2006/xaml/presentation



但我很确定确实如此。这就是它在普通 WPF 应用程序中的位置。

我究竟做错了什么?

最佳答案

RE:Windows Phone 或 WinRT 中没有 GridSplitter
确实,但直到现在……
如果您正在寻找 GridSplitter,您可以看看
CodePlex 上的 WinRT.Xaml.Toolkit。

http://winrtxamltoolkit.codeplex.com/

并寻找 CustomGridSplitter 控制。

我已经在 WinRT [RP 和 RTM] 版本中测试了代码,它完成了工作。
你可以试试;)

关于windows-8 - WinRT 中的 GridSplitter 在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10472669/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com