Click here to Skip to main content
15,909,498 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Treeview & Listview Pin
Fabio Franco22-May-12 11:01
professionalFabio Franco22-May-12 11:01 
GeneralRe: Treeview & Listview Pin
Mycroft Holmes22-May-12 14:10
professionalMycroft Holmes22-May-12 14:10 
GeneralRe: Treeview & Listview Pin
Fabio Franco23-May-12 7:32
professionalFabio Franco23-May-12 7:32 
GeneralRe: Treeview & Listview Pin
Pete O'Hanlon23-May-12 22:14
mvePete O'Hanlon23-May-12 22:14 
GeneralRe: Treeview & Listview Pin
Fabio Franco24-May-12 2:17
professionalFabio Franco24-May-12 2:17 
GeneralRe: Treeview & Listview Pin
Mycroft Holmes24-May-12 3:10
professionalMycroft Holmes24-May-12 3:10 
Questionbuilding error in wp7 Pin
heba abu ghaleih22 21-May-12 6:40
heba abu ghaleih22 21-May-12 6:40 
AnswerRe: building error in wp7 Pin
kiLLe_51221-May-12 23:11
kiLLe_51221-May-12 23:11 
GeneralRe: building error in wp7 Pin
heba abu ghaleih22 22-May-12 23:37
heba abu ghaleih22 22-May-12 23:37 
GeneralRe: building error in wp7 Pin
kiLLe_51222-May-12 23:40
kiLLe_51222-May-12 23:40 
GeneralRe: building error in wp7 Pin
heba abu ghaleih22 23-May-12 7:43
heba abu ghaleih22 23-May-12 7:43 
GeneralRe: building error in wp7 Pin
kiLLe_51223-May-12 8:35
kiLLe_51223-May-12 8:35 
Questionparser csv Pin
MemberDotNetting21-May-12 4:36
MemberDotNetting21-May-12 4:36 
AnswerRe: parser csv Pin
Pete O'Hanlon21-May-12 4:53
mvePete O'Hanlon21-May-12 4:53 
GeneralRe: parser csv Pin
MemberDotNetting21-May-12 9:49
MemberDotNetting21-May-12 9:49 
QuestionItems not left aligning in a DockPanel Pin
maycockt21-May-12 1:17
maycockt21-May-12 1:17 
Hi,

I'm using a DockPanel in my application and am struggling to have my buttons appear on the let side of the panel. They are all placed centrally. My XAML code is as follows

<pre lang="xml">
<ribbon:RibbonApplicationMenuItem x:Name="OpenItems" ImageSource="Images\Open.ico" Header="Open">
<DockPanel LastChildFill="True" DockPanel.Dock="Left" HorizontalAlignment="Left">
<ribbon:RibbonButton DockPanel.Dock="Top" x:Name="OpenBtn1" SmallImageSource="/WpfRibbonApplication1;component/Images/Open.ico" Label="Open" />
<ribbon:RibbonButton DockPanel.Dock="Bottom" x:Name="OpenBtn2" SmallImageSource="/WpfRibbonApplication1;component/Images/Open.ico" Label="Open Specific File" />
</DockPanel> </ribbon:RibbonApplicationMenuItem>
</pre>

I'm aiming to produde a DockPanel that looks like the Micorsoft Word, with selectable item that has Icon on the left, and then two rows of text.

Can anyone either point out where I have gone wrong and point out the error in my code, or point me to a suitable tutorial to manage the layout of my dock panel.

TIA

Tony
AnswerRe: Items not left aligning in a DockPanel Pin
Pete O'Hanlon21-May-12 2:56
mvePete O'Hanlon21-May-12 2:56 
GeneralRe: Items not left aligning in a DockPanel Pin
maycockt21-May-12 3:33
maycockt21-May-12 3:33 
GeneralRe: Items not left aligning in a DockPanel Pin
Pete O'Hanlon21-May-12 4:31
mvePete O'Hanlon21-May-12 4:31 
GeneralRe: Items not left aligning in a DockPanel Pin
maycockt21-May-12 5:17
maycockt21-May-12 5:17 
GeneralRe: Items not left aligning in a DockPanel Pin
Pete O'Hanlon21-May-12 5:46
mvePete O'Hanlon21-May-12 5:46 
GeneralRe: Items not left aligning in a DockPanel Pin
kishhr22-Jun-12 8:45
kishhr22-Jun-12 8:45 
Questionwpf screen scrolling Pin
Miwin Solutions19-May-12 8:04
Miwin Solutions19-May-12 8:04 
AnswerRe: wpf screen scrolling Pin
Madhan Mohan Reddy P20-May-12 23:22
professionalMadhan Mohan Reddy P20-May-12 23:22 
GeneralRe: wpf screen scrolling Pin
kishhr22-Jun-12 8:48
kishhr22-Jun-12 8:48 

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.