![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | Data Entry forms with WPF I have a huge project coming up that will be a heavy duty data entry windows app with over 30 screens. I am going to be using WCF and WF and I would really like to use WPF. I have played around with WPF but I really miss placing my controls on the form like in winforms. I understand the reason behind using panels and grids and why you shouldn't use layout coordinates like in winforms. Has anyone used WPF for heavy duty data entry forms? I would realy like to see some examples of complicated data entry forms using WPF. Bill |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Data Entry forms with WPF Hi, BillG wrote: Quote: > I have a huge project coming up that will be a heavy duty data entry > windows app with over 30 screens. I am going to be using WCF and WF and > I would really like to use WPF. I have played around with WPF but I > really miss placing my controls on the form like in winforms. I > understand the reason behind using panels and grids and why you > shouldn't use layout coordinates like in winforms. Has anyone used WPF > for heavy duty data entry forms? I would realy like to see some > examples of complicated data entry forms using WPF. > > Bill a Canvas as a container. I wouldn't recommend it though. After you become confident with grids (especially) and other flow layout panels, you won't want to go back, believe me. For heavy UI design, the answer is Expression Blend. It's an amazing designer. Alternatively, you can use Cider, which is the WPF designer available in Visual Studio 2008. Don't use Cider in VS2005, it's no good. In VS2008 it's quite OK. I don't have an example to show you, but we do fairly complex layouts in Blend, and it's a pleasure. Don't hesitate to nest panels to create very complex layouts (for example a grid inside a stackpanel inside a grid, etc... Greetings, Laurent -- Laurent Bugnion [MVP ASP.NET] Software engineering, Blog: http://www.galasoft.ch PhotoAlbum: http://www.galasoft.ch/pictures Support children in Calcutta: http://www.calcutta-espoir.ch |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Data Entry forms with WPF Not to parrot what Laurent just said, but I definitely agree that using a Grid for layout is definitely more conducive to sanity. And using Blend even moreso. Depending on the time-frame on your project. I would also highly recommend using VS 2008 and Blend 2 for you development. Or at the very least, VS 2005 and Blend. I do recommend at least becoming familiar with XAML. But, I wouldn't start a complex UI with a blank Xaml file. Just like I wouldn't start a complex web layout with blank html. |
My System Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| VB 2005 Windows forms Data Structure | .NET General | |||
| Manage ACCESS MDE compiled MDB+forms+code to append data from vbs | VB Script | |||
| simulate continuous forms & subforms in a windows forms application | .NET General | |||
| Entering Data in Flash Forms | Vista General | |||
| Data Fetching and system.windows.forms.form & .datagridview | PowerShell | |||