Posted 16 years ago
by saintruka

Hi
XMAL is :
<propgrid:PropertyGrid x:Name="propGrid" IsSummaryVisible="False" />
behind code is :
foreach (UIElement ui in selectedInkCanvas.GetSelectedElements())
{
if(...)
{
propGrid.SelectedObject = ui;
}
}
Question is how can I filter off useless property?
Thank for any suggestions.
[Modified at 11/19/2008 02:36 AM]
XMAL is :
<propgrid:PropertyGrid x:Name="propGrid" IsSummaryVisible="False" />
behind code is :
foreach (UIElement ui in selectedInkCanvas.GetSelectedElements())
{
if(...)
{
propGrid.SelectedObject = ui;
}
}
Question is how can I filter off useless property?
Thank for any suggestions.
[Modified at 11/19/2008 02:36 AM]