Questions tagged [lookless]
4 questions
3
votes
1 answer
how to use DesignInstance with Caliburn.Micro
I am using Caliburn.Micro
I have this WPF View that in design time uses sample data successfully on basic properties like firstname etc but can't won't find the view for properties and collections of complex types

Peter
- 7,792
- 9
- 63
- 94
2
votes
1 answer
Creating "lookless" views in MVVM
We would like to create an application that can be quickly and easily "re-skinned" with as much flexibility as possible. Usually this is achieved through swapping out templates and styles in a resource dictionary.
Custom controls in WPF are designed…

Josh G
- 14,068
- 7
- 62
- 74
1
vote
0 answers
event as a dependency property wpf
with lookless controls I can add a dependency property like this:
public static readonly DependencyProperty CommandProperty = DependencyProperty.Register("CommandName"), typeof(ICommand), typeof(controlType));
public ICommand Command
{
get {…

dataContexual
- 29
- 5
0
votes
1 answer
ListView with external buttons - Custom or User Control?
I need a listview with multiple buttons for scrolling. E.g.
ScrollToTop Button
ScrollUp Button
ListView
ScrollDown Button
ScrollToBottom Button
I have got the buttons working in a WPF application by using the code mentioned here. Now, I need to…

ShipOfTheseus
- 234
- 1
- 10