StyleTabStrip class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:37

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.RowIn which row of the <Grid.RowDefinitions it starts.
WidthThe width of where the line wraps - it is specified to be the same as the list of results
ShellResultViewBinds to the search results.

Example

<l:StyleTabStrip 

 Grid.Row="3" 

 Width="{Binding Path=ActualWidth, ElementName=ArticleResultView}" 

 ShellResultView="{Binding ElementName=ArticleResultView}"

/>