Distinguishing between list and grid directory styles

Build 1501 on 14/Nov/2017  This topic last edited on: 6/Sep/2016, at 13:33

For the list type of directory styles, the Height and Width properties have values 1 and -1:

<DirectoryStyle Name="List" Description="" Height="1" Width="-1">

For the grid type of directory styles, the values for Height and Width are sensibly larger:

<DirectoryStyle Name="Grid_Small" Height="220" Width="200">