Click here to Skip to main content
16,016,345 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Horizontal Binding Pin
Mark Salsbery15-Jul-09 6:42
Mark Salsbery15-Jul-09 6:42 
GeneralRe: Horizontal Binding Pin
Adriaan Davel15-Jul-09 19:20
Adriaan Davel15-Jul-09 19:20 
GeneralRe: Horizontal Binding Pin
Adriaan Davel15-Jul-09 20:27
Adriaan Davel15-Jul-09 20:27 
QuestionWPF treeview binding question Pin
daniel radford15-Jul-09 0:14
daniel radford15-Jul-09 0:14 
AnswerRe: WPF treeview binding question Pin
Eslam Afifi15-Jul-09 15:25
Eslam Afifi15-Jul-09 15:25 
GeneralRe: WPF treeview binding question Pin
daniel radford15-Jul-09 22:41
daniel radford15-Jul-09 22:41 
GeneralRe: WPF treeview binding question Pin
Pete O'Hanlon15-Jul-09 23:09
mvePete O'Hanlon15-Jul-09 23:09 
Questionhow to add multiple toolbox controls in xaml Pin
Krishna Aditya14-Jul-09 22:34
Krishna Aditya14-Jul-09 22:34 
Hi ,

I added <Image> // included an image in the window.</Image>

If I wish to add a label just below the image and few other controls, how can i do it? The XAML Code is shown here.




<Window x:Class="Window1"
      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      Height="Auto" Width="Auto" Loaded="Window_Loaded" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch">
        
            <Image
                  Name="imgClientPhoto"
                  HorizontalAlignment="Left"
                  VerticalAlignment="Top"
                  Width="auto"
                  Height="auto"
                  Grid.Column="0"
                  Grid.Row="0"
                  Margin="0" Source="D:\pic1.gif" MinWidth="450" MinHeight="100" Grid.IsSharedSizeScope="True">

            </Image>
      <Label>
           
      </Label>
        

</Window>

I added <Label></Label>just below the   <Image>

but an error is seen "The property "content" is set more than once.

Please help me to correct this error.

My intention is to add an image at the top(title), then below it a label,then a dropdown box, treeview.. so on..

Please help the good way to work on this.

Thanks Ramm
AnswerRe: how to add multiple toolbox controls in xaml Pin
Pete O'Hanlon14-Jul-09 23:00
mvePete O'Hanlon14-Jul-09 23:00 
Question(WPF) If Xaml That powerful? in real? [modified] Pin
cppwxwidgetsss14-Jul-09 21:19
cppwxwidgetsss14-Jul-09 21:19 
AnswerRe: (WPF) If Xaml That powerful? in real? Pin
Christian Graus15-Jul-09 0:53
protectorChristian Graus15-Jul-09 0:53 
AnswerRe: (WPF) If Xaml That powerful? in real? Pin
#realJSOP15-Jul-09 1:03
professional#realJSOP15-Jul-09 1:03 
AnswerRe: (WPF) If Xaml That powerful? in real? Pin
Pete O'Hanlon15-Jul-09 1:08
mvePete O'Hanlon15-Jul-09 1:08 
GeneralRe: (WPF) If Xaml That powerful? in real? Pin
Christian Graus15-Jul-09 1:26
protectorChristian Graus15-Jul-09 1:26 
AnswerRe: (WPF) If Xaml That powerful? in real? Pin
Mark Salsbery15-Jul-09 6:54
Mark Salsbery15-Jul-09 6:54 
QuestionSilverlight UserControl [modified] Pin
GomathiR13-Jul-09 22:11
GomathiR13-Jul-09 22:11 
AnswerRe: Silverlight UserControl Pin
Michael Sync23-Jul-09 6:58
Michael Sync23-Jul-09 6:58 
QuestionHow to partially load controls in WPF Pages Pin
laprathab13-Jul-09 21:48
laprathab13-Jul-09 21:48 
AnswerRe: How to partially load controls in WPF Pages Pin
Pete O'Hanlon13-Jul-09 21:58
mvePete O'Hanlon13-Jul-09 21:58 
QuestionSilverlight file is not diplayed Pin
Rajeeeeee13-Jul-09 20:28
Rajeeeeee13-Jul-09 20:28 
AnswerRe: Silverlight file is not diplayed Pin
Mark Salsbery14-Jul-09 8:16
Mark Salsbery14-Jul-09 8:16 
GeneralRe: Silverlight file is not diplayed Pin
nizam babu30-Aug-09 22:49
nizam babu30-Aug-09 22:49 
QuestionMessage Removed Pin
13-Jul-09 10:59
professionalN_tro_P13-Jul-09 10:59 
AnswerRe: WPF animation background processing Pin
Christian Graus13-Jul-09 11:25
protectorChristian Graus13-Jul-09 11:25 
QuestionDataGrid Bindings not working Pin
Jacobus0113-Jul-09 4:06
Jacobus0113-Jul-09 4:06 

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.