Click here to Skip to main content
15,918,108 members
Home / Discussions / WPF
   

WPF

 
QuestionHow to Create Toolbox and Properybox using WPF(C sharp) Pin
bruze2-Sep-08 3:41
bruze2-Sep-08 3:41 
AnswerRe: How to Create Toolbox and Properybox using WPF(C sharp) Pin
Pete O'Hanlon2-Sep-08 4:00
mvePete O'Hanlon2-Sep-08 4:00 
Question[Message Deleted] Pin
bruze2-Sep-08 2:13
bruze2-Sep-08 2:13 
GeneralRe: How to create ToolBox ,Property box using WPF Pin
Pete O'Hanlon2-Sep-08 3:07
mvePete O'Hanlon2-Sep-08 3:07 
QuestionStackpanel visibility problem?? Pin
Dotnetkanna1-Sep-08 20:18
Dotnetkanna1-Sep-08 20:18 
QuestionCalling Dot Net 2 Webservice In Silverlight Pin
fasih19811-Sep-08 17:42
fasih19811-Sep-08 17:42 
QuestionWPF modularity question(s) -- hot swapping Pin
chaiguy13371-Sep-08 10:45
chaiguy13371-Sep-08 10:45 
AnswerRe: WPF modularity question(s) -- hot swapping Pin
Pete O'Hanlon1-Sep-08 10:57
mvePete O'Hanlon1-Sep-08 10:57 
logan1337 wrote:
Suppose I want to make my interface modular and abstract, so that I don't need to group everything into a single xaml file. What is the simplest and most efficient way to dynamically swap out pieces of a xaml interface?


The architecture you want to consider is the Composite Application Guidance[^]. This architecture is designed to apply the "hot swapping" because it uses IoC. Please have a look at this[^] link for more details.

logan1337 wrote:
And relatedly, what's the best way to define xaml fragments that aren't entire windows themselves. User controls? Pages?


Well - I'm partial to User controls myself.

logan1337 wrote:
If I want a fragment such as the above to appear floating over the other elements in a window/grid, can i do that without creating a new window?


Oh yes - WPF is full of funky 3D goodness that allows you to move elements through 3D space.

Deja View - the feeling that you've seen this post before.

My blog | My articles



GeneralRe: WPF modularity question(s) -- hot swapping Pin
chaiguy13371-Sep-08 11:00
chaiguy13371-Sep-08 11:00 
GeneralRe: WPF modularity question(s) -- hot swapping Pin
Pete O'Hanlon1-Sep-08 11:02
mvePete O'Hanlon1-Sep-08 11:02 
GeneralRe: WPF modularity question(s) -- hot swapping Pin
chaiguy13371-Sep-08 11:05
chaiguy13371-Sep-08 11:05 
GeneralRe: WPF modularity question(s) -- hot swapping Pin
Pete O'Hanlon1-Sep-08 11:10
mvePete O'Hanlon1-Sep-08 11:10 
GeneralRe: WPF modularity question(s) -- hot swapping Pin
chaiguy13371-Sep-08 11:21
chaiguy13371-Sep-08 11:21 
GeneralRe: WPF modularity question(s) -- hot swapping Pin
Pete O'Hanlon1-Sep-08 22:11
mvePete O'Hanlon1-Sep-08 22:11 
GeneralRe: WPF modularity question(s) -- hot swapping Pin
chaiguy13372-Sep-08 5:00
chaiguy13372-Sep-08 5:00 
Questionbasics of silverlight Pin
sri.net1-Sep-08 1:37
sri.net1-Sep-08 1:37 
AnswerRe: basics of silverlight Pin
Perspx1-Sep-08 2:50
Perspx1-Sep-08 2:50 
QuestionCalling Old Class Library in Silverlight Application. Pin
fasih19811-Sep-08 1:04
fasih19811-Sep-08 1:04 
AnswerRe: Calling Old Class Library in Silverlight Application. Pin
lneir12-Nov-08 19:03
lneir12-Nov-08 19:03 
QuestionHow to validate textboxes(i.e numeric,alphabet,email etc.) Pin
Nirav_Vyas31-Aug-08 20:42
Nirav_Vyas31-Aug-08 20:42 
AnswerRe: How to validate textboxes(i.e numeric,alphabet,email etc.) Pin
Syed Mehroz Alam1-Sep-08 1:21
Syed Mehroz Alam1-Sep-08 1:21 
QuestionXAML Power Toys Released Pin
User 27100931-Aug-08 16:14
User 27100931-Aug-08 16:14 
AnswerRe: XAML Power Toys Released Pin
Pete O'Hanlon31-Aug-08 22:22
mvePete O'Hanlon31-Aug-08 22:22 
GeneralRe: XAML Power Toys Released Pin
User 2710091-Sep-08 5:28
User 2710091-Sep-08 5:28 
AnswerRe: XAML Power Toys Released Pin
Jammer31-Aug-08 22:45
Jammer31-Aug-08 22:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.