eventtocommand Questions

3

Solved

Can anyone tell me what the actual syntax is for EventToCommand class. From what I believe is that EventToCommand class works with Silverlight / WPF and WP7, hence I think its a better choice to go...
Guelph asked 3/5, 2011 at 11:12

0

I find out that the EventToCommand for the Loaded-event is not working as expected if the Window.SizeToContent attribute is set to WidthAndHeight. The Loaded-event seems to be fired correctly, but...
Boldfaced asked 17/9, 2015 at 9:48

3

Solved

I am not able to use EventToCommand in my Windows Phone 8.1 App. xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" xmlns:cmd="clr-namespace:GalaSoft.MvvmLi...
Cancellation asked 29/4, 2014 at 9:26

1

Solved

I am using VS 2012, with WPF 4.5 I want to be able to add a blend interaction trigger to a style resource so that I can have that defined in one place (resource dictionary) and use in many places ...
Mayle asked 20/2, 2013 at 17:23

2

Solved

The WPF ListView class can be set up to automatically handle scrolling without an external ScrollViewer and it's possible to register an event handler for the control's internal scrollbar by writin...
Chiles asked 30/7, 2012 at 12:32

1

Solved

Using MVVM-Light Toolkit in Silverlight 5, i am trying to find a way to pass Command Parameters AND EventArgs both to ViewModel in an Event-To-Command behavior. I did find a post suggesting Passin...

2

Solved

Hi i have recently looked into WPF and started learning about Events and Commands. I typically use Commands on Button clicks which causes a method to Run in my "view model". Is it possible to mak...
Express asked 23/5, 2011 at 14:32

1

Solved

First, the code: <UserControl x:Class="Engage.IWS.Modules.InteractionResults.Views.InteractionResultView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://sch...
Juxtapose asked 20/4, 2011 at 12:16
1

© 2022 - 2024 — McMap. All rights reserved.