check out item.bal and look into the Label1.SetTopAndBottom(60%y, 100%y -1dip) code. Panel 1 height is higher than others. Look at the position of label1 and its height did not fill down to 100%y.
Designer script feature allows you to write simple scripts that manage the user interface in the visual designer. The main advantage of the scripts over the program code is that you can see the script effect at design time. The process of loading a layout file is made of the following steps: -...