Hi everyone,
I create a PCF with generated HTML according to an input text as parameter. I have an output parameter how give me the height of the generated HTML. This output parameter is refreshed each time the input text changes.
I'm looking to nest my PCF inside a flexible height gallery in order to have each row as height as my output height parameters. I use my output parameter to define the value of my PCF height property.
Actually, all the gallery row's are using the PCF output parameter of the first row. When I'm using my component outside the gallery everything work like a charm.
I presume their's some kind of refresh problem inside the gallery. Does anybody have ever faced this problem ?
Thank you all.