↧
Looping through List
Hi, I used this code <ScrollViewer x:Name="sv" HorizontalScrollBarVisibility="Visible" VerticalScrollBarVisibility="Visible" Height="Auto" Width="Auto" Grid.ColumnSpan="3"...
View ArticleLooping through List
You can create the data binded ItemsControl object in XAML and connect its ItemsSource property to the GetChapters() method in C#. In the below XAML, the {Binding ChapterName} will need to be replaced...
View ArticleLooping through List
All, I am trying to dynamically build buttons inside a stack panel whose content is pulled from a sql database. I have created a WCF Service to connect to a sql database and have in my...
View Article