1

I'm using PowerShell and the WPK toolkit

the following

New-ListView -Name TableView -View {
   New-GridView -AllowsColumnReorder -Columns {
       New-GridViewColumn "title" 
       New-GridViewColumn "dateAdded" 
       New-GridViewColumn "url" 
   }
}

is filled with a variable number of rows via

    $TableView.ItemsSource = invoke-sqlitequery -sql $ff_sql -connection $conn -asResult 'DataRow'

What is missing to get a vertical toolbar ?

bernd_k
  • 11,558
  • 7
  • 45
  • 64

0 Answers0