I am new to wpf and i am working on first application i have some issues related with this
1.)Control allignment : My controls when set on the page is seem ok but when i run my application controls slightly change their position.
2.)Resolution Issue : When i try to run application on the machine with different resolutions some controls become invisible.
3.)Bind combobox :When i try to bind combobox with static or dynamic combobox items i am not able to get first item on page load for eg if i have a city combobox then i want to show “Select City” on page load.
Thanks in advance
There are lots of resources on WPF. I would recommend visiting Wpf Tutorial. And for more serious reading Pro WPF in C# 2010 (by Matthew MacDonald) is great.