Description
Creates the info & command zone as described in Commands zone.
Namespace
xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"
Members
Grid.Row | In which row of the <Grid.RowDefinitions it starts. |
Width | The width of where the line wraps - it is specified to be the same as the list of results |
ShellResultView | Binds to the search results. |
Example
<l:StyleTabStrip
Grid.Row="3"
Width="{Binding Path=ActualWidth, ElementName=ArticleResultView}"
ShellResultView="{Binding ElementName=ArticleResultView}"
/>