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

WPF

 
AnswerRe: Simple listbox stuff Pin
Mark Salsbery3-Feb-09 15:14
Mark Salsbery3-Feb-09 15:14 
There's nothing wrong with the StackPanel-in-a-ScrollViewer approach if
that's all you need.

The ListBox and it's ancestor classes
System.Windows.Controls.ItemsControl
    System.Windows.Controls.Primitives.Selector
        System.Windows.Controls.ListBox

are really geared toward working with collections of data items, where
templating can make things much more flexible.

For static elements that don't need to have templates applied dynamically,
a stackpanel works just fine.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionCan´t catch XamlParseException Pin
Czechtim3-Feb-09 1:01
Czechtim3-Feb-09 1:01 
Questionplotting in WPF Pin
jeshmitha3-Feb-09 0:21
jeshmitha3-Feb-09 0:21 
AnswerRe: plotting in WPF Pin
Pete O'Hanlon3-Feb-09 1:01
mvePete O'Hanlon3-Feb-09 1:01 
QuestionWPF Browser Application ApplicationCommands.Paste Pin
haticeaaaaaa2-Feb-09 21:12
haticeaaaaaa2-Feb-09 21:12 
QuestionUser Controls Rock!!!! Pin
BlitzPackage2-Feb-09 13:06
BlitzPackage2-Feb-09 13:06 
AnswerRe: User Controls Rock!!!! Pin
Mark Salsbery2-Feb-09 16:00
Mark Salsbery2-Feb-09 16:00 
AnswerRe: User Controls Rock!!!! Pin
Pete O'Hanlon2-Feb-09 21:57
mvePete O'Hanlon2-Feb-09 21:57 
GeneralRe: User Controls Rock!!!! Pin
BlitzPackage3-Feb-09 7:27
BlitzPackage3-Feb-09 7:27 
GeneralRe: User Controls Rock!!!! Pin
Pete O'Hanlon3-Feb-09 8:49
mvePete O'Hanlon3-Feb-09 8:49 
AnswerRe: User Controls Rock!!!! Pin
Jammer5-Feb-09 6:46
Jammer5-Feb-09 6:46 
Question"Silverlight" vs "WPF Web Browser App" Pin
devvvy1-Feb-09 16:48
devvvy1-Feb-09 16:48 
AnswerRe: "Silverlight" vs "WPF Web Browser App" Pin
Pete O'Hanlon2-Feb-09 4:56
mvePete O'Hanlon2-Feb-09 4:56 
AnswerRe: "Silverlight" vs "WPF Web Browser App" Pin
salon9-Feb-09 21:55
salon9-Feb-09 21:55 
QuestionDependencyProperty problem Pin
schiebel-t31-Jan-09 7:58
schiebel-t31-Jan-09 7:58 
AnswerRe: DependencyProperty problem Pin
Insincere Dave31-Jan-09 11:13
Insincere Dave31-Jan-09 11:13 
AnswerRe: DependencyProperty problem Pin
Pete O'Hanlon1-Feb-09 8:30
mvePete O'Hanlon1-Feb-09 8:30 
QuestionHow to Change the Resources at runtime in WPF Application? Pin
sankarlearns30-Jan-09 13:40
sankarlearns30-Jan-09 13:40 
AnswerRe: How to Change the Resources at runtime in WPF Application? Pin
Jammer1-Feb-09 10:40
Jammer1-Feb-09 10:40 
AnswerRe: How to Change the Resources at runtime in WPF Application? [modified] Pin
sankarlearns3-Feb-09 11:29
sankarlearns3-Feb-09 11:29 
QuestionWPF ListView/Items Control - Another problem Pin
snblackout30-Jan-09 13:21
snblackout30-Jan-09 13:21 
AnswerRe: WPF ListView/Items Control - Another problem Pin
Insincere Dave31-Jan-09 4:08
Insincere Dave31-Jan-09 4:08 
GeneralRe: WPF ListView/Items Control - Another problem Pin
snblackout31-Jan-09 7:56
snblackout31-Jan-09 7:56 
GeneralRe: WPF ListView/Items Control - Another problem [modified] Pin
Insincere Dave31-Jan-09 10:30
Insincere Dave31-Jan-09 10:30 
GeneralRe: WPF ListView/Items Control - Another problem Pin
snblackout2-Feb-09 8:59
snblackout2-Feb-09 8:59 

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.