Hi. This is my first post. Well I'm working with a personalized propertygrid control in c#, I'm trying to hide some properties to the user, everything is well with MS Windows, but the problem is when I run it in Linux(Ubuntu8.04 and 9) with mono 1.0 and mono 2.0, I use a treeview control to show all nodes in the graphic interfaz, and i use a personalized propertygrid to filter properties and show the object at the user. So the problem is when I clicked one object that has all properties filtered (all properties are hidden for the user) and I click again to other object in the treeview, the propertygrid doesn't refresh.
My project work in MS Windows, so I don't know what's wrong in Linux with Mono. I use this personalized property grid: http://www.codeproject.com/KB/cs/FilteredPropertyGrid.aspx Thanks,
_______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
