Scott Durow
Scott Durow
Thanks for the additional info. I suspect that it's to do with dpi and a rounding issue.
This can be implemented today using the 'SetFocusOnRow' event. So if you had the `InputEvent` property bound to `ctxGridEvent`, in the next page button you would use: `UpdateContext({ctxGridEvent:"LoadNextPageSetFocusOnRow" & Text(Rand())});`...
Hi @badger-barhead - thanks so much for your feedback and thoughts on this topic. As you say, the story for code components is quite different to the canvas components in...
Hi @yaseralhosani - thank you for submitting this and describing the issue description. Just so I can be sure I understand fully, could you share a simple solution that demonstrates...
Hi @yaseralhosani - Thank you for this. Although I can't import this solution because it doesn't have the tables included - I can see the Power Fx code you are...
Hi @jordanbardwell Thanks for helping with the Creator Kit! There are two types of component in the Creator Kit: - [Code components](https://docs.microsoft.com/en-us/power-apps/developer/component-framework/custom-controls-overview) - [Canvas components](https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/create-component) You can see which component...
Is this specific to canvas apps - so the same data and control configuration is slow in canvas apps - but fast when the DetailsList is included in a custom...
Can you check that this is not caused by 'Scale to fit' being turned on. The DetailsList requires that Scale to fit be turned off under **Settings** -> **Display** 
@denisem-msft I suggest we close this due to inactivity - we can re-open if needed.
Hi @binaryjam - Thanks for starting a thread on this - it's definitely a topic that is not talked about enough. 👍 Yes - the Creator Kit code components source...