I have one form on which i want to show grid and text box control with splitter, In my x code i am trying to set grid control group height to be set to 300 at form initialization but now SysFormSplitter_Y is deprecated how can i set this group size during form initalization.
SysFormSplitter_Y horizontalSplitter;
public void init()
{
super();
//Initialize splitter
horizontalSplitter = new SysFormSplitter_Y([horizontal Splitter control group], [grid control group], element, 300);
}