
Announcements
Hi
I have created a reusable component in power app since this has to be used in many places inside a single form. This is like an indicator which shows complexity/severity based on value selected in the field.
We are trying to customize the list form and want to use this component beside fields. Since this is a component we cannot integrate this with datacard. We tried to set its position and make it mimic that it is a part of data card.
This works if there are less fields but when field count increases and scroll bar appears then this component stays where it is and the scroll show new column
Is there a way to get the scroll position or integrate with data card. Any ideas will be useful.
This component has to be used for 25 field and recreating same thing for each field is complex.
First - continue to use your form!
Next, work around with it - either place the form in a scrollable container/canvas-card, and then size the form to never scroll (instead the container/card will scroll) and then place your component where needed. Then the entire container can scroll as needed and the component will retain its position with the form.
Alternatively - you can skip using the interface of the form and put your own interface in place where you can design freely as needed. You would still use the form as the primary data "controller".
I hope this is helpful for you.