Click here to Skip to main content
15,919,613 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Some good WPF books? Pin
Dan Mos10-Mar-10 5:19
Dan Mos10-Mar-10 5:19 
AnswerRe: Some good WPF books? Pin
Richard MacCutchan9-Mar-10 21:40
mveRichard MacCutchan9-Mar-10 21:40 
QuestionWPF mapping with Dependency properties Pin
Juan Pablo G.C.9-Mar-10 1:05
Juan Pablo G.C.9-Mar-10 1:05 
AnswerRe: WPF mapping with Dependency properties Pin
Pete O'Hanlon9-Mar-10 1:46
mvePete O'Hanlon9-Mar-10 1:46 
QuestionFormat datetime value in XMAL Pin
Garrisoft9-Mar-10 1:03
Garrisoft9-Mar-10 1:03 
AnswerRe: Format datetime value in XMAL Pin
Abhinav S14-Mar-10 21:11
Abhinav S14-Mar-10 21:11 
QuestionHow to avoid 'System.StackOverflowException' when saving a canvas in a xaml Pin
Bhagya Thambugala8-Mar-10 6:22
Bhagya Thambugala8-Mar-10 6:22 
QuestionDatabinding to a single element from RIA [modified] Pin
Pankaj Nikam8-Mar-10 5:14
professionalPankaj Nikam8-Mar-10 5:14 
I have a accordion control on which I have databound two properties from the database. One is Location and other is theatre. When the page loads, the accordion shows different locations for each of the theatres. Actually I want only a single location for the theatres which come under that theatre part.
The screen shot for reference is as follows
http://lh4.ggpht.com/_rZz85WGZ4Vg/S5UhufYlUZI/AAAAAAAAAWQ/zXZiG4HTV9o/myScree.JPG[^]

The XAML code for the accordion is as follows:

<br />
<layoutToolkit:Accordion HorizontalAlignment="Stretch" Grid.Row="1" VerticalAlignment="Stretch" Grid.RowSpan="2" Margin="0,0,0,40" BorderBrush="{x:Null}" x:Name="theatresAccordian"><br /><br />
            <layoutToolkit:Accordion.ContentTemplate><<br />
                <DataTemplate><br />
                    <TextBlock Text="{Binding Name}"/><br />
                </DataTemplate><br />
            </layoutToolkit:Accordion.ContentTemplate><br />
            <layoutToolkit:Accordion.ItemTemplate  ><br />
                <DataTemplate><br />
                    <TextBlock x:Name="_headertext" Text="{Binding Location}"/><br />
                </DataTemplate><br />
            </layoutToolkit:Accordion.ItemTemplate><br />
        </layoutToolkit:Accordion><br />


I have tried searching search engines but was in vain Frown | :(
Always Keep Smiling.
Yours Pankaj Nikam
modified on Monday, March 8, 2010 11:23 AM

QuestionListView issues Pin
#realJSOP6-Mar-10 3:37
professional#realJSOP6-Mar-10 3:37 
AnswerRe: ListView issues Pin
Eslam Afifi6-Mar-10 8:19
Eslam Afifi6-Mar-10 8:19 
GeneralRe: ListView issues Pin
#realJSOP6-Mar-10 9:35
professional#realJSOP6-Mar-10 9:35 
GeneralRe: ListView issues Pin
Eslam Afifi6-Mar-10 10:51
Eslam Afifi6-Mar-10 10:51 
GeneralRe: ListView issues Pin
Pete O'Hanlon6-Mar-10 11:14
mvePete O'Hanlon6-Mar-10 11:14 
GeneralRe: ListView issues Pin
Eslam Afifi6-Mar-10 12:27
Eslam Afifi6-Mar-10 12:27 
GeneralRe: ListView issues Pin
Pete O'Hanlon6-Mar-10 12:34
mvePete O'Hanlon6-Mar-10 12:34 
GeneralRe: ListView issues Pin
Eslam Afifi6-Mar-10 13:02
Eslam Afifi6-Mar-10 13:02 
GeneralRe: ListView issues Pin
Pete O'Hanlon6-Mar-10 9:41
mvePete O'Hanlon6-Mar-10 9:41 
AnswerRe: ListView issues Pin
Pete O'Hanlon6-Mar-10 10:22
mvePete O'Hanlon6-Mar-10 10:22 
QuestionDisplay System.Windows.Forms.Form as child of Wpf Window Pin
abhinish6-Mar-10 1:01
abhinish6-Mar-10 1:01 
AnswerRe: Display System.Windows.Forms.Form as child of Wpf Window Pin
#realJSOP6-Mar-10 2:17
professional#realJSOP6-Mar-10 2:17 
GeneralRe: Display System.Windows.Forms.Form as child of Wpf Window Pin
abhinish6-Mar-10 5:00
abhinish6-Mar-10 5:00 
GeneralRe: Display System.Windows.Forms.Form as child of Wpf Window Pin
#realJSOP6-Mar-10 5:29
professional#realJSOP6-Mar-10 5:29 
GeneralRe: Display System.Windows.Forms.Form as child of Wpf Window Pin
Valentin Billotte31-May-10 4:51
Valentin Billotte31-May-10 4:51 
QuestionBackgroundWorker and comboBox.Items.Add(f) Pin
HahnTech5-Mar-10 15:35
HahnTech5-Mar-10 15:35 
AnswerRe: BackgroundWorker and comboBox.Items.Add(f) Pin
#realJSOP6-Mar-10 2:18
professional#realJSOP6-Mar-10 2:18 

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.