Wednesday, August 6, 2025

To align controls in horizontal in form

 Scenario:- To align controls in horizontal in form 

To do this Please take a group control and add all controls and change property  for group as Arrangement to Horizontal left

>> And if you still want to adjust one control up and other control down then use Heightmode property to "SizeToAvailable" and for other use "SizeToContent"

No comments:

Post a Comment

Get product receipt details from posted invoice

 code:- sql:- select DISTINCT vendPackingSlipTrans.PACKINGSLIPID from vendInvoiceTrans inner join vendInvoiceJour   on vendInvoiceTrans.Purc...