M
Michael
I am new to C# world. And this might be easy to you gurus.
I have a form wih scroll bars. But I want some controls to
stay at top and left side of the form, even when scrolling
the image. I tried to use two group controls and set one
of them to doc on top, and anchor is set to
left,top,right. And the other group was set to doc on
left, and anchor at top,left, bottom. But when I scroll
the image, both group controls are moving with the
scrolling?
Any better way of implement this?
Thanks.
Michael
I have a form wih scroll bars. But I want some controls to
stay at top and left side of the form, even when scrolling
the image. I tried to use two group controls and set one
of them to doc on top, and anchor is set to
left,top,right. And the other group was set to doc on
left, and anchor at top,left, bottom. But when I scroll
the image, both group controls are moving with the
scrolling?
Any better way of implement this?
Thanks.
Michael