For the bartender, I’m going pure WPF. Since Expression Blend 3.0 now can import Adobe Illustrator files, my friend Ian can use the tools he knows best and produce me some amazing graphics. I don’t do amazing graphics so I’m going to show how to do it with simple shapes. Based off the code in my prior post for my Big Button, I’ll be dynamically adding stuff in. Before and After Screen shots: Base XAML as it was slightly modified. I’ve added in another grid to load the items into. <Button Name="bigButton" Margin="14,6,14,71.517" Click="bigButton_Click">
<Grid>
<Grid.RowDefinitions>
<RowDefinition...