Click here to Skip to main content
15,890,282 members
Home / Discussions / WPF
   

WPF

 
QuestionAdding images to the listboxitems in the WPF Listbox control Pin
Punjala9-Feb-09 23:12
Punjala9-Feb-09 23:12 
AnswerRe: Adding images to the listboxitems in the WPF Listbox control Pin
Pete O'Hanlon10-Feb-09 0:57
mvePete O'Hanlon10-Feb-09 0:57 
GeneralRe: Adding images to the listboxitems in the WPF Listbox control Pin
Punjala11-Feb-09 0:39
Punjala11-Feb-09 0:39 
GeneralRe: Adding images to the listboxitems in the WPF Listbox control Pin
Punjala11-Feb-09 4:03
Punjala11-Feb-09 4:03 
QuestionAccessing template member! Pin
AghaKhan8-Feb-09 7:25
AghaKhan8-Feb-09 7:25 
AnswerRe: Accessing template member! Pin
ABitSmart12-Feb-09 17:14
ABitSmart12-Feb-09 17:14 
QuestionHow to attach WPF controls when maximaize the window ? Pin
Yanshof7-Feb-09 8:29
Yanshof7-Feb-09 8:29 
AnswerRe: How to attach WPF controls when maximaize the window ? Pin
Leung Yat Chun8-Feb-09 0:31
Leung Yat Chun8-Feb-09 0:31 
Is this what you wanted?

<DockPanel LastChildFill="True" VerticalAlignment="Stretch" HorizontalAlignment="Stretch">
<TextBox DockPanel.Dock="Top" Name="Title" Text="Title" Background="Yellow" Height="30" />
<StackPanel DockPanel.Dock="Bottom" Height="52" Name="stackPanel1" Background="Aqua" Orientation="Horizontal" />
<ListView Name="RecentReport" />
</DockPanel>
QuestionLaunch Silverlight app in an internal browser of VS2008 ? Pin
WolveFred26-Feb-09 5:44
WolveFred26-Feb-09 5:44 
AnswerRe: Launch Silverlight app in an internal browser of VS2008 ? Pin
Mark Salsbery6-Feb-09 10:28
Mark Salsbery6-Feb-09 10:28 
AnswerRe: Launch Silverlight app in an internal browser of VS2008 ? Pin
Michael Sync8-Feb-09 6:39
Michael Sync8-Feb-09 6:39 
GeneralRe: Launch Silverlight app in an internal browser of VS2008 ? Pin
WolveFred214-Apr-09 3:49
WolveFred214-Apr-09 3:49 
QuestionSilverlight images not appearing in Firefox (solved) Pin
Kevin McFarlane6-Feb-09 4:38
Kevin McFarlane6-Feb-09 4:38 
AnswerRe: Silverlight images not appearing in Firefox Pin
Michael Sync8-Feb-09 6:38
Michael Sync8-Feb-09 6:38 
GeneralRe: Silverlight images not appearing in Firefox Pin
Kevin McFarlane8-Feb-09 7:17
Kevin McFarlane8-Feb-09 7:17 
GeneralRe: Silverlight images not appearing in Firefox Pin
Michael Sync8-Feb-09 7:20
Michael Sync8-Feb-09 7:20 
QuestionHow to generate items inside a Panel using WPF DataBinding? Pin
Moim Hossain6-Feb-09 2:39
Moim Hossain6-Feb-09 2:39 
AnswerRe: How to generate items inside a Panel using WPF DataBinding? Pin
Pete O'Hanlon6-Feb-09 2:56
mvePete O'Hanlon6-Feb-09 2:56 
GeneralRe: How to generate items inside a Panel using WPF DataBinding? Pin
Moim Hossain6-Feb-09 3:01
Moim Hossain6-Feb-09 3:01 
QuestionForms Authentication Pin
VisualLive5-Feb-09 21:20
VisualLive5-Feb-09 21:20 
AnswerRe: Forms Authentication Pin
Pete O'Hanlon5-Feb-09 22:37
mvePete O'Hanlon5-Feb-09 22:37 
GeneralRe: Forms Authentication Pin
VisualLive5-Feb-09 23:36
VisualLive5-Feb-09 23:36 
GeneralRe: Forms Authentication Pin
Pete O'Hanlon6-Feb-09 1:09
mvePete O'Hanlon6-Feb-09 1:09 
GeneralRe: Forms Authentication Pin
VisualLive8-Feb-09 20:36
VisualLive8-Feb-09 20:36 
GeneralRe: Forms Authentication Pin
Pete O'Hanlon8-Feb-09 22:24
mvePete O'Hanlon8-Feb-09 22:24 

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.