commandbinding

    0熱度

    1回答

    使用WPF(初級):-) 支持我不斷收到 我剛剛開始 「ApplicationCommans不是在的Windows Presentation Foundation(WPF)項目支持」 的錯誤我的項目.. 解決方案平臺:AnyCPU <Window x:Class="Wpf_CreatingARichTextEditor.MainWindow" xmlns="http://schemas

    -1熱度

    1回答

    我有簡單的ICommand綁定工作,但是我有一個ItemsControl中的按鈕,並希望得到發件人的信息,就像正常的Routed-Events (object sender, e RoutedEventArgs)這似乎是不可能與正常的ICommands,對不對? 我在這裏有點失落。 我目前使用Prism 6 DelegateCommand-Class來獲取工作。它看起來像這樣: private I

    1熱度

    1回答

    我查看 <Button.ContextMenu> <ContextMenu x:Name="Conn_Context_button" Style="{StaticResource LeftContextMenuStyle}"> <MenuItem Style="{StaticResource LeftContextMenuItemStyle}" Header="{x:Stati

    0熱度

    1回答

    我有兩個WPF項目,一個是.Net 4.7 dll,另一個是桌面應用程序。 在我的DLL我有類Viewport2D和ViewportCommands public static class ViewportCommands { public static RoutedCommand ResetView { get; } = new RoutedCommand(nameof(ResetV

    0熱度

    1回答

    我有我的XamDataGrid內的複選框,如下所示: - <igDp:UnboundField Width="1*" Label="{LocText props:Resources.GROUPLIST_SYNC}" BindingMode="TwoWay" BindingPath="IsSynchronise.Value" Converter="{StaticResource BoolToUMDi

    0熱度

    1回答

    對於命令「CommandZoomIn」,對於定義到ListBox ItemTemplate中的控件,CanExecute和Execute不會發生。 GraphLcView方法「CanExecute」和「Execute」都是在GraphLcView UserControl被直接定義爲AnalysisView的子類時調用的,但是這兩種方法在被添加爲ListBox ItemTemplate的Item D

    0熱度

    1回答

    今天早上我問了一個問題here並且做了一個簡單的工作示例,給了我一個不同於預期的行爲。 全工作樣品在GitHub。主要部分代碼如下。 在這種情況下,如果UserControl直接用作窗口的子窗口,則該命令永遠不會傳播到任何UserControl。如果UserControl用作ListBox ItemTemplate的DataTemplate,它也不起作用。 我還包括一個黑客按鈕來解決命令到達Use

    0熱度

    2回答

    我注意到一個奇怪的bug。當我將一個命令綁定到佈局MouseLeftButtonDown事件時,它不會觸發。我試圖調試並注意到它會觸發,但僅在初始化期間。我想關鍵在於約束力。下面的代碼: <ItemsControl Grid.Row="1" ItemsSource="{Binding Polygons}"> <ItemsControl.ItemsPanel> <Items

    2熱度

    1回答

    我有一個綁定到字符串集合的菜單項列表。點擊這些菜單項時,每個菜單項都會觸發我的打開命令。這一切工作正常。 如何省略這些菜單項旁邊的Ctrl + O? 以下是我的XAML。 <MenuItem Header="Recent packages" ItemsSource="{Binding Source={x:Static p:Settings.Default}, Path=RecentItems

    0熱度

    2回答

    執行我有這樣的XAML代碼: <Window.CommandBindings> <CommandBinding Command="WpfApplication1:MainCommands.Search" Executed="Search"/> </Window.CommandBindings><Grid> <StackPanel> <ListView ItemsSource