Skip to content

Commit 0e4a9d8

Browse files
authored
Updated naming
1 parent 1c9f32f commit 0e4a9d8

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

power-apps/galerie-draganddrop/README.md renamed to power-apps/gallery-draganddrop/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Galerie Drag & Drop
1+
# Gallery Drag & Drop
22

33
Here is a snippet that enables drag and drop functionality on a PowerApps gallery. This method only works if all gallery items are fully visible (no scrollbar). Feel free to explore the code and adapt it to your own examples.
44

55

6-
![galerie-draganddrop](./assets/galerie_draganddrop.gif)
6+
![gallery-draganddrop](./assets/gallery-draganddrop.gif)
77

88

99
## Authors
@@ -21,11 +21,11 @@ Steve Bourdin | [GitHub](https://github.com/SteveBourdin) ([LinkedIn](https://ww
2121

2222

2323
## Code
24-
**[YAML-file](./source/galerie-draganddrop.yaml)**
24+
**[YAML-file](./source/gallery-draganddrop.yaml)**
2525

2626

2727
## Disclaimer
2828

2929
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
3030

31-
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/galerie-draganddrop" aria-hidden="true" />
31+
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/gallery-draganddrop" aria-hidden="true" />

power-apps/galerie-draganddrop/source/galerie-draganddrop.yaml renamed to power-apps/gallery-draganddrop/source/gallery-draganddrop.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
=/*In this action, we will update the positions of the items that need to be changed.*/
203203
204204
/*The final target position is saved.*/
205+
205206
UpdateContext(
206207
{
207208
var_SelectPosition: RoundUp(

0 commit comments

Comments
 (0)