Why, in WPF, do we set an object to Stretch via its Alignment properties instead of Width/Height?
In WPF’s XAML, we can tell an element to fill its container like this:
Is there an effective way for creating complex forms?
While creating a ‘search’ form I’ve been faced to an overwhelming complexity and I was wondering whether there is a well-known way to accomplish such task.
Is there an effective way for creating complex forms?
While creating a ‘search’ form I’ve been faced to an overwhelming complexity and I was wondering whether there is a well-known way to accomplish such task.
Is there an effective way for creating complex forms?
While creating a ‘search’ form I’ve been faced to an overwhelming complexity and I was wondering whether there is a well-known way to accomplish such task.
Is there an effective way for creating complex forms?
While creating a ‘search’ form I’ve been faced to an overwhelming complexity and I was wondering whether there is a well-known way to accomplish such task.
MVVM pattern – Best design approach to manage an application
One year ago, I discovered the WPF technology and I developed a little application, as first experiment, to compare the content of two different directories. The content of each directory is shown in a different DataGrid.
At that time, I didn’t develop the application using MVVM pattern, because it was only an experiment, not so good, but it worked.
MVVM pattern – Best design approach to manage an application
One year ago, I discovered the WPF technology and I developed a little application, as first experiment, to compare the content of two different directories. The content of each directory is shown in a different DataGrid.
At that time, I didn’t develop the application using MVVM pattern, because it was only an experiment, not so good, but it worked.
MVVM ViewModel and Commands
I need a bit of help to understand the relationship between a viewmodel and a command, and the responsibility of the viewmodel.
MVVM ViewModel and Commands
I need a bit of help to understand the relationship between a viewmodel and a command, and the responsibility of the viewmodel.
Using WPF rather than WinRT for Windows 8 Pro tablet app: good or bad idea?
Our business is considering writing a line of business application for tablets to enable road warriors and executives access our data.
This will be primarily used for dashboards, reports and some form filling input: quite typical scenario.