How to Align Input Fields Horizontally in Advanced Options Section of Custom Activity Properties in UiPath Library?

Hello UiPath Community,

I am currently developing a custom activity using the UiPath Library feature. While configuring the activity properties, I have enabled the Advanced Only option for some properties so that they appear under the advanced options section of the activity.

However, I noticed that the input fields for these properties are displayed below the property name (vertically aligned) by default. I would like to change this layout so that the input fields are displayed to the right of the property name (horizontally aligned) instead.

Here are the key points of my question:

  1. Is there a way to customize the layout of the input fields in the advanced options section so that the fields are aligned horizontally (side-by-side with the property name)?
  2. If yes, could you please guide me on how to achieve this? Is there any specific setting or configuration I need to adjust in the UiPath Library or in the activity designer?

Any help or guidance would be greatly appreciated. Thank you in advance!

Best regards,
Hendaryie
This is how my custom lib right now

And this is how i want it to be

@Hendaryie_Tjoeng,

  1. Open your library project.
  2. Right click on your desired activity workflow
  3. Click on Activity Layout
  4. Now uncheck Advance Only checkbox for the arguments you want in the designer panel

Now you should be getting the desired fields in the design view

Hi ashokarale thanks for the answer but I already do that, the result is the input field is in the bottom, I want the field input is in the right
This is how my activity look like, the input field is in the bottom

I want it to look like this

@Hendaryie_Tjoeng

This is not possible using library project. For this you will have to build your activity using SDK. Documentation here:

Specific modification you will have to do while developing is this -

Thanks for the insight! :slight_smile:

1 Like