Wednesday 17 October 2018

Vertical splitter in AX 2012

Vertical splitter is basically a separator which will be aligned vertically on form and it is used for  separation of two sections on the form. User can stretch or expand the section by dragging the splitter.

Following are the steps which are required for creation of vertical splitter.

Step 1) Create a new group inside the main group. Group will be in between left and right groups.










Step 2) Right click on vertical splitter group properties  and set following values on them.






















Step 3) Override init method of the form and add below code in it.











Step 4) Override following methods on vertical splitter group and add below code.










No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Connect and upload in azure blob with azure key vault using x++

 Today, I will be sharing details about file upload in azure blob using azure vault that includes pre requisite and code snippet used to it....