Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1116

Summary: ScrollBar tool WhenNeeded property doesn’t work when the scrollbar thumb is scrolled down.
Product: VCL TeeChart Reporter: sandra pazos <sandra>
Component: ToolsAssignee: Steema Issue Manager <issuemanager>
Status: IN_PROGRESS ---    
Severity: normal CC: david
Priority: Normal    
Version: 150120   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description sandra pazos 2015-02-04 10:04:47 EST
ScrollBar tool WhenNeeded property doesn't work when the scrollbar thumb is scrolled down. Use the code below to reproduce the problem and resize or maximize the windows.
 
procedure TForm1.FormCreate(Sender: TObject);
begin
Chart1.Align := alClient;
Series1.FillSampleValues(30);
ChartTool1.DrawStyle := dsWhenNeeded;
end;
Comment 1 david berneda 2015-05-15 05:42:28 EDT
Cannot reproduce with latest version.
Can you post a reproduceable test ?