Click here to Skip to main content
15,886,835 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Not able to set the default style for the controls with generic.xaml Pin
salon25-Feb-09 17:21
salon25-Feb-09 17:21 
GeneralRe: Not able to set the default style for the controls with generic.xaml Pin
Mark Salsbery25-Feb-09 21:20
Mark Salsbery25-Feb-09 21:20 
GeneralRe: Not able to set the default style for the controls with generic.xaml Pin
salon25-Feb-09 23:20
salon25-Feb-09 23:20 
GeneralRe: Not able to set the default style for the controls with generic.xaml Pin
Mark Salsbery26-Feb-09 7:30
Mark Salsbery26-Feb-09 7:30 
GeneralRe: Not able to set the default style for the controls with generic.xaml Pin
salon26-Feb-09 17:47
salon26-Feb-09 17:47 
GeneralRe: Not able to set the default style for the controls with generic.xaml Pin
Derek Greer31-May-09 5:28
Derek Greer31-May-09 5:28 
GeneralRe: Not able to set the default style for the controls with generic.xaml Pin
salon31-May-09 18:11
salon31-May-09 18:11 
QuestionFill tab items with separated code Pin
Fredrik__24-Feb-09 12:32
Fredrik__24-Feb-09 12:32 
I’ve just started to build the UI for a quite big WPF-application, and the skeleton of the program will be built with tabs to separate each section of the program. So my question is: what is a proper way to manage all the code inside the TabItem-tags? There will be a lot of UI-code inside the tags (and a lot of code behind as well) so I’m wondering if I can build the UI and the code behind for each TabItem in a separate file and then include the file inside the TabItems?

I’ve been thinking a lot about WPF-pages, but I don’t know how to load them inside a TabItem (I don't even know if it's possibel). But that’s just me thinking, what’s your opinions?

My main file will look something like this:

<StackPanel>

<TabControl TabStripPlacement="Top">

<TabItem Header="Tab1" IsSelected="True">
<!-- Include Tab1 info -->
</TabItem>

<TabItem Header="Tab2">
<!-- Include Tab2 info-->
</TabItem>

<TabItem Header="Tab3">
<!-- Include Tab3 info -->
</TabItem>

</TabControl>

</StackPanel>

Thanks!

// Fredrik
AnswerRe: Fill tab items with separated code Pin
Gideon Engelberth24-Feb-09 15:20
Gideon Engelberth24-Feb-09 15:20 
QuestionCan we use ASP.NET website inside the Silverlight application Pin
salon24-Feb-09 0:59
salon24-Feb-09 0:59 
AnswerRe: Can we use ASP.NET website inside the Silverlight application Pin
Michael Sync24-Feb-09 17:04
Michael Sync24-Feb-09 17:04 
AnswerRe: Can we use ASP.NET website inside the Silverlight application Pin
johnsontroye27-Feb-09 9:34
johnsontroye27-Feb-09 9:34 
GeneralRe: Can we use ASP.NET website inside the Silverlight application Pin
Ray Cassick5-Mar-09 4:51
Ray Cassick5-Mar-09 4:51 
GeneralRe: Can we use ASP.NET website inside the Silverlight application Pin
Braulio Dez12-Mar-09 23:03
Braulio Dez12-Mar-09 23:03 
Questionscroll ListBox to bottom in xaml Pin
ausadmin23-Feb-09 14:48
ausadmin23-Feb-09 14:48 
AnswerRe: scroll ListBox to bottom in xaml Pin
User 27100928-Feb-09 20:02
User 27100928-Feb-09 20:02 
QuestionCreate a TextBlock in Blend and Edit it in RunTime Pin
Smithy96323-Feb-09 8:19
Smithy96323-Feb-09 8:19 
AnswerRe: Create a TextBlock in Blend and Edit it in RunTime Pin
Thomas Stockwell23-Feb-09 15:55
professionalThomas Stockwell23-Feb-09 15:55 
QuestionWPF data templating / binding Pin
pym23-Feb-09 3:33
pym23-Feb-09 3:33 
AnswerRe: WPF data templating / binding Pin
ABitSmart23-Feb-09 4:46
ABitSmart23-Feb-09 4:46 
GeneralRe: WPF data templating / binding Pin
pym23-Feb-09 5:39
pym23-Feb-09 5:39 
GeneralRe: WPF data templating / binding Pin
ABitSmart23-Feb-09 15:44
ABitSmart23-Feb-09 15:44 
GeneralRe: WPF data templating / binding Pin
pym23-Feb-09 22:14
pym23-Feb-09 22:14 
GeneralRe: WPF data templating / binding Pin
ABitSmart23-Feb-09 22:44
ABitSmart23-Feb-09 22:44 
QuestionExtend properties of Silverlight controls... Pin
salon23-Feb-09 0:54
salon23-Feb-09 0:54 

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.