c# - DataGrid Hidden Rows still "visible" - redorder possible? -


i've little tool keep eye on printer errors e.g. paper jam, low toner etc.

to hold available printers, i'm using datagrid bound observablecollection. show/hide, datagridrow.style bound printqueuestatus if status != none row visible.

my problem following

datagrid problem

as can see, lines hidden wanted visible lines wont reordered, i've lot of blank rows.

my question here, possible hide rows ther weren't there? want visible rows in datagrid.

i know of course delete items out of observablecollection not of interest want know if it's possible in xaml.

see there,you know difference between them 

https://msdn.microsoft.com/en-us/library/system.windows.visibility.aspx


Comments