Main Page | Report this Page
 
   
.NET DotNet Forum Index  »  .NET Framework Forum  »  How to create customer defined user interface layout...
Page 1 of 1    
Author Message
Ben...
Posted: Tue Aug 26, 2008 7:24 am
Guest
We are developing a new WPF application. We have created an
application that code generates some of the user interface controls
into XAML from earlier created Entities. The problem I am stuck with
is that some of our customers want their WPF form controls laid out in
a different order than other customers. Has anyone done anything like
this with WPF and if so could you please share some insight on how to
store control order, build release, etc? I appreciate your help.
Thanks
Pavel Minaev...
Posted: Wed Aug 27, 2008 8:45 am
Guest
On Aug 26, 9:24 pm, Ben <bcummi... at (no spam) yahoo.com> wrote:
Quote:
We are developing a new WPF application.  We have created an
application that code generates some of the user interface controls
into XAML from earlier created Entities.  The problem I am stuck with
is that some of our customers want their WPF form controls laid out in
a different order than other customers.  Has anyone done anything like
this with WPF and if so could you please share some insight on how to
store control order, build release, etc?  I appreciate your help.

You can always expose your .xaml files as external files (not embedded
resources), and use XamlReader to parse and load them. Then, customers
can customize to their heart's content. So long as it's just layout
and visual styling (including additional decorative visuals, such as
shapes) that changes, and no controls are removed and data bindings
changed, it should work fine.
 
Page 1 of 1       All times are GMT - 5 Hours
The time now is Fri Nov 21, 2008 8:10 am