Hi!
At first i didnt know where i should ask this question since its about Windows Forms and Sharepoint so after a bit of googlin decided its a good place ;)
I would like to know if theres a better way to load sharepoint objects like SPFarm, SPWebApplication, SPSite, SPWeb e.g. into Windows Forms PropertyGrid. Im askin because simple assign:
propertyGrid.SelectedObject = e.Node.Tag;
(where Tag is my sharepoint object and e is a TreeNode)
...takes around 5-10 seconds until PropertyGrid processing is completed :O
I've already tried a few samples with assigning other objects to PropertyGrid and they're all really fast :/
Sry for bad gramma ;)