SpockMonster
I am proceeding now and will keep a log of actions and results as I go. Here we go....!
WF Name is TestTLP, autoscroll set true, put a button in each of 4 cells, rows made 200 pixels,
Running, testing scroll behavior, answer is: is I grab the scroll thumb and drag, the contents do not scroll until I de-click the scroll thumb. If I click on the arrows at top or bottom, it does scroll in continuous, real-time mode.
So, on my machine, it does not scroll in realtime/continuous when clicking on the thumb and dragging it vertically, but on yours it does scroll scroll in realtime by dragging the thumb Can you verify this
Mike
PS - I am using Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600). Prof. Ed. Framework is V2.0.50727. (framework 3.0 is installed on my machine). What version are you using
OMG!!! I just tried this on my personal laptop and it scrolls in realtime/continuous there!!!!! My laptop is VStudio version 8.0.50727.42 (RTM.050727-4200), the framework version is exactly the same, although I do NOT have framework version 3.0 installed. I'll have to figure out if my compiled code will work correctly when deployed to user workstations, etc. It could be something broke in the newer VStudio compiler, or it could be .Net3.0 is interferring, or something else. Do you have any thoughts on the subject
Here's some excerpts from my compiled application's Manifest - it sure looks like it is using .Net2.0, so the .Net3.0 shoudl not be interfering. I sure don't have any redirects in my GAC or anything like that:
// Metadata version: v2.0.50727
.assembly extern System.Windows.Forms
.ver 2:0:0:0
.assembly extern System.Data
.ver 2:0:0:0
.assembly extern mscorlib
.ver 2:0:0:0
.assembly extern System
.ver 2:0:0:0
Hans - thanks so much for steering me to this point! If you have any other suggestions, they'd be welcome.
Thanks again,
Mike