NAV2013R2, arranging ControlAddIns?

northyennorthyen Member Posts: 14
edited 2015-03-18 in NAV Three Tier
Hello!

I've created a ControlAddIn, and created four fields for that, in a CardPart. This CardPart is contained in a RoleCenter. The ControlAddIns are in essense images, which are sized the same as standard NAV tiles (110px,110px).

However, when I open the RoleCenter, the ControlAddIns are arranged like this:
X
X
X
X
and I want it arranged like this:
X X X X

I've tried all kinds of things, like FixedLayout, grouping in columns and so on. But nothing at all seems to change the way it's arranged.

Any ideas?

Comments

  • northyennorthyen Member Posts: 14
    Found the answer.

    The layout must be like this:
    ContentArea
    	GridLayout
    		Group
    			ControlAddIn1
    		Group
    			ControlAddIn2
    		Group
    			et cetera
    

    For some reason, the FixedLayout always shows the caption on the first ControlAddIn, even though ShowCaption is set to No. Figures.
  • leumass96leumass96 Member Posts: 9
    Can you help me ? I want to do this but I don't know how to procede. I'm a beginner in NAV.

    Thanks !
Sign In or Register to comment.