Hi,
I'd like to apply the Custom ExpandableFieldRecordPresenter Style from the feature browser. but only to the last level of my hierarchy. How can I do this?
Hello,
I am just checking the progress of this issue. Please let me know if I can provide you any further assistance.
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking through your post and I suggest you set a Key for the ExpandableFieldRecordPresenter style ( e.g. MyStyle ) and use the following XAML code in the FieldLayout you want to use the Style:
<igDP:FieldLayout.FieldSettings> <igDP:FieldSettings ExpandableFieldRecordPresenterStyle="{StaticResource MyStyle}"/> </igDP:FieldLayout.FieldSettings>
Feel free to write me if you have further questions.