Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Embed grid in appointment
posted

Hello everyone,

we customize appointment elements via AfterCreateChildElements and we can add multiple 

ImageAndFormattedTextUIElementEx elements correctly. But now we need to embed a grid into and appointment. We try to make a new grid and then call

childElements.Add(grid.DisplayLayout.UIElement) but the result is wrong.

Is possible to embed a grid into an AppointmentUIElement?

TIA