2

Is it possible to use Visual Studio's visualizers of values that exist in debugger? I mean visualizer that allows to expand nested child objects, displays collections and so forth.

Or is there any kind of WPF control that behaves similar to VS's one?

I would like to use it in Visual Studio extension.

4
  • I have seen PropertyGrid from Extended WPF Toolkit. This control is an analog of VS's Properties window. And I want something that looks and behaves like object visualizer that works in debugger or in Watches window, that allows to expand nested properties etc. I understand that they two are similar, but PropertyGrid is too heavy for me, I need something more light and compact visually. And I think I do not need properties editing. Commented Aug 25, 2013 at 17:17
  • 2
    This seems to be close to what you want: stackoverflow.com/questions/3668802/… Commented Aug 25, 2013 at 23:25
  • And to more directly answer your question, no, the ones we use in VS aren't reusable outside of VS. Commented Aug 26, 2013 at 2:45
  • I would like to use this control inside of Visual Studio in extension. Is it possible to do? Commented Aug 26, 2013 at 6:03

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.