Adding a Container Details part
The next step in building the card game is to add some players. In this section, you will create another visual part that implements the player's visuals and game playing mechanics. You will use a View Wrapper part to get access to this visual part from the BlackJackGameView part.
Create a new visual part in CardGameApp called BlackJackPlayerView. Change the window's title to Player. In the Composition Editor add a Container Details part to the Window part and attach each of its edges to the corresponding edges of the parent. Add three Container Details Column parts to the container part. Also, add a toggle button to the free-form surface, change its text to Refresh, and change its settings so it is initially selected.
Last modified date: 01/29/2015