Can't resize and drag drop elements in designer
Posted: Thu Feb 06, 2025 5:00 am
Hello everyone,
I'm new to this stimulsoft and I met problem when trying to use mouse to resize and drag drop elements like text, chart, symbols,... everything in designer mode. Did anyone meet this problem before and how to fix it? Please give me some advice or solution. Thank you so much!
I checked:
- The locked button and locked property in layout tab => not locked
- Locked/linked checkbox in Properties > designer => ok
- Retrictions in Properties > designer => all permission allow
- Added option `options.appearance.allowUserResize = true;` to angular
My version:
- angular 19.0.5
- Stimulsoft: 2025.1.4
- I use loadFile to display stimulsoft.
(var report = Stimulsoft.Report.StiReport.createNewReport();
report.loadFile("reports/Report.mrt");)
I'm new to this stimulsoft and I met problem when trying to use mouse to resize and drag drop elements like text, chart, symbols,... everything in designer mode. Did anyone meet this problem before and how to fix it? Please give me some advice or solution. Thank you so much!
I checked:
- The locked button and locked property in layout tab => not locked
- Locked/linked checkbox in Properties > designer => ok
- Retrictions in Properties > designer => all permission allow
- Added option `options.appearance.allowUserResize = true;` to angular
My version:
- angular 19.0.5
- Stimulsoft: 2025.1.4
- I use loadFile to display stimulsoft.
(var report = Stimulsoft.Report.StiReport.createNewReport();
report.loadFile("reports/Report.mrt");)