
Hello,
I'm developing based on "Dynamic Properties" sample.
However, scrollbar sometimes behaves strangely.
Would you please tell me how to solve it?
You can see the behavior by changing "Dynamic Properties" sample as the following.
1. Change DisplayOutput.cs
- Add 20 properties before "Target".
- Change initial value of "target" to "DisplayTarget.Pane".
- private DisplayTarget target = DisplayTarget.Pane;
2. Start Sample Browser and show Dynamic Properties.
3. Move scrollbar of PropertyGrid downward.
⇒Scrollbar length will change.