Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiling images #658

Closed
Daveid105cz opened this issue Nov 26, 2016 · 12 comments
Closed

Tiling images #658

Daveid105cz opened this issue Nov 26, 2016 · 12 comments
Labels
controls 🎛️ feature 💡 help wanted Issues identified as good community contribution opportunities in progress 🚧 sdkcheck 🏁

Comments

@Daveid105cz
Copy link

I would like to see some image control with tiling images like this
tiledimage
You will just set an image and it will draw it as many times it needs to be completely filled.
I really miss this feature in UWP.

@deltakosh
Copy link
Contributor

Hello can you elaborate a bit more?
Are you looking for a listview control or are your more interested by a single image control?

Because it seems that the AdaptiveGridView can produce something similar

@Daveid105cz
Copy link
Author

Daveid105cz commented Nov 28, 2016

I would like to have a single image control.
AdaptiveGridView can´t do that because you need to add specific items into it.
I want to just specify one image resource(Uri) and when this image is 50x50 and size of this control is 100x100 then there will be 4 same images.
When the size of the control will be 150x100 then there will be 6 images like this
+-----+-----+-----+
| Img | Img | Img |
+-----+-----+-----+
| Img | Img | Img |
+-----+-----+-----+
So the images will fill the area one by one and not with stretching.
Something like TileBrush in WPF.

@IbraheemOsama
Copy link
Member

Can you please give a business example for this ? I mean a real world scenario :)

@Daveid105cz
Copy link
Author

Daveid105cz commented Nov 29, 2016

For example you want to have background of an application with some fancy texture and it will always look pretty at every display size. Now i am using a texture placed in Image in almost 2140p.
Its working solution but it wont work with bigger screen sizes.

@deltakosh
Copy link
Contributor

Ok so to be sure, you would like to have a Stretch parameter that can be set to "Repeat", correct?

@Daveid105cz
Copy link
Author

Yes, exactly.

@deltakosh deltakosh added feature 💡 help wanted Issues identified as good community contribution opportunities sdkcheck 🏁 labels Nov 29, 2016
@deltakosh
Copy link
Contributor

Ok gotcha! I flagged this issue as "Feature" so as soon as we have free cycle we can start working on it

(We = anyone who is willing to help :))

@jgiacomini
Copy link

Anyone work on it?

@deltakosh
Copy link
Contributor

Yep:)

@samoteph
Copy link
Contributor

samoteph commented Dec 6, 2016

I work on it :)

@jgiacomini
Copy link

jgiacomini commented Dec 6, 2016

I arrived too late

@deltakosh
Copy link
Contributor

We have plenty of others issues:)

@ghost ghost locked as resolved and limited conversation to collaborators Nov 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
controls 🎛️ feature 💡 help wanted Issues identified as good community contribution opportunities in progress 🚧 sdkcheck 🏁
Projects
None yet
Development

No branches or pull requests

5 participants