Icon View Incident Report

Minor Minor
Reported By: Uli Becker
Reported On: 8/23/2012
For: Version 1.00 Build 1
# 3640 Min Height Processing for Panels/Forms Not Working Properly When ShowCaption=False

Create a panel and set ShowCaption = false and adjust the height to 10 at design time.

After compiling the panel's height will be 30 (seems to be the min.-height with caption). It's possible though to set the height to 10 by code.

procedure TForm1.Button1Click(Sender: TObject);
begin
  Panel1.Height:=10; 
  Application.Desktop.showmessage('Height is '+IntToStr(Panel1.height));
end;



Resolution Resolution
Fixed Problem on 8/24/2012 in version 1.01 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image