Jump to content

horacio

uniGUI Subscriber
  • Posts

    3
  • Joined

  • Last visited

Posts posted by horacio

  1. On 8/21/2018 at 11:56 AM, Sherzod said:

    Try this:

    UniPanel2.layoutconfig.Flex:=1;
    UniPanel2.JSInterface.JSAssign('flex', [1]);
    UniPanel1.JSInterface.JSCall('doLayout', []);

    Hi,

    with Layout Column does not work change ColumnWidth

    UniPanel4.layoutconfig.ColumnWidth := 0.5; 
    UniPanel4.JSInterface.JSCode(#1'.setConfig({ColumnWidth :0.5});');

    UniPanel3.JSInterface.JSCall('updateLayout', []); //Panel with Layout = 'column'

×
×
  • Create New...