Questions tagged [routedcommand]

19 questions
0
votes
1 answer

Wrapping UserControl functionality in bindable command

Please don't stop yourself from reprimanding me if you find the question too stupid. Hear me please: I have a custom user control in which I am free to add as many dependency properties as I wish. The control is basically a data rendering control…
James
  • 1,213
  • 2
  • 15
  • 26
0
votes
1 answer

WPF: Routing usercontrol command to Mainwindow

I must confess I have problems understanding the way wpf works. I have a usercontrol BottomControl nested in my Mainwindow. If a Button in BottomControl is clicked I want certain changes in my Mainwindow (changing content of a textbox for example)…
JonBlumfeld
  • 299
  • 2
  • 5
  • 20
0
votes
1 answer

Unable to implement ICommandSource in VB

Has anyone ever tried to implement ICommandSource with VB? The examples provided by Microsoft are in C#, and since VB doesn't allow implicit implementation this interface is like inachievable in…
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
0
votes
1 answer

Inactive commands in wpf Toolbar

I have application with toolbar (Add and Delete commands) and TabControl. There is VariableGrid control in each tabItem of TabControl. look image at: http://trueimages.ru/view/cNFyf
user1812267
  • 11
  • 1
  • 3
1
2