Replies: 1 comment
-
Thank you @EdwinVD for the feedback. I am a dev on this feature and have filed a bug for this to be fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When sorting multiple widgets, consider adding an index (e.g., 1, 2, 3, ...) (see bold text) the because when I try to add the code one by one, it doesn't display in that order.
For example here in my package.appxmanifest:
<Definition Id="Stefanvd_FeedReader_Widget_2"
DisplayIndex = 2
DisplayName="ms-resource:widgetDisplayName2"
Description="ms-resource:appDisplayWidgetDescription"
IsCustomizable="true"
AllowMultiple="false">
This is what it looks like now — it's not sorted, even though my code is sorted.

Windows Widget Board - you can see the first dot start with "Panel 3" but my code start with "Panel 1"

Info widget board
Windows 24H2 build 26120.3380 DEV
Version: 525.5100.0.0
Beta Was this translation helpful? Give feedback.
All reactions