Hi, all,
i have Task Pane on the Toolbar, if I use low resolution e.g. 1024X768.
then I can not see the whole Task Pane...
Do I need add one Scrollbar to this, or how can I resolve the display problem?
Many Thanks for your help!
Hi, Mike,
thanks for your post! (It seems the "AutoSizeNonScrollingDimension" does not work...)
But the solution is: put the pane in to the TaskPane, then set Property: "AutoScroll = TRUE".
that is all and it works. :-)
There is a ResizeMode property on the TaskPaneTool which you can try to change. You can try using the AutoSizeNonScrollingDimension value to show a scrollbar in one dimension. If that does not work correctly, you will have to use a Panel control with AutoSize set to True and dock the Panel in the TaskPaneTool and the controls you want to see within the Panel.