I solved it by creating scrollpager in code.
When we create scrollpage in designer it reproduce rectanlgle problem.
Search found 2 matches
- Thu Dec 14, 2023 10:53 am
- Forum: VCL
- Topic: Strange rectangle on chart
- Replies: 3
- Views: 20629
- Mon Dec 11, 2023 4:09 pm
- Forum: VCL
- Topic: Strange rectangle on chart
- Replies: 3
- Views: 20629
Strange rectangle on chart
I have chart on some frame include some other frame components, on frame i have button for seeing a chart and chart parameters component on some form: code var wc:twincontrol; begin mdiform.Caption:='TestID: '+self.eTextID.Text+' '+self.lTest.Caption; wc:=pChart.Parent; pChart.Parent:=mdiform; bModa...