Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Enhancement] SeparatorColor for BindableLayout #6330

Closed
RedasP opened this issue May 28, 2019 · 7 comments
Closed

[Enhancement] SeparatorColor for BindableLayout #6330

RedasP opened this issue May 28, 2019 · 7 comments

Comments

@RedasP
Copy link

RedasP commented May 28, 2019

Summary

Could you introduce separator color feature for BindableLayout?

API Changes

I would expect this feature to have the same API as ListView.SeparatorColor

Intended Use Case

A separator would help making BindableLayout rows look more isolated

@samhouts samhouts added inactive Issue is older than 6 months and needs to be retested help wanted We welcome community contributions to any issue, but these might be a good place to start! up-for-grabs We welcome community contributions to any issue, but these might be a good place to start! labels Nov 25, 2019
@samhouts samhouts removed help wanted We welcome community contributions to any issue, but these might be a good place to start! up-for-grabs We welcome community contributions to any issue, but these might be a good place to start! labels Feb 4, 2020
@iCodeSometime
Copy link

I'd like to point out that BindableLayout does have advantages over ListView/CollectionView in some situations - mainly it only takes up the amount of space it needs to, without any extra work. I think adding separators can only make it more useful.. I don't see any disadvantages to supporting this.

This should be a pretty simple change, is there still interest in a contribution for this?

@masterchen
Copy link

Or, anyone can give a short example on how to define the separator in itemtemplate ?

@pictos
Copy link
Contributor

pictos commented Sep 13, 2020

anyone can give a short example on how to define the separator in itemtemplate ?

@masterchen you can do a BoxView with Height = 1.

@masterchen
Copy link

masterchen commented Sep 14, 2020

good solution,thanks @pictos

@samhouts samhouts removed the inactive Issue is older than 6 months and needs to be retested label Sep 18, 2020
@yousufctec
Copy link

yousufctec commented Apr 20, 2022

anyone can give a short example on how to define the separator in itemtemplate ?

@masterchen you can do a BoxView with Height = 1.

But how do you ignore the last Boxview item to be ignored?

@jfversluis
Copy link
Member

Thanks for this suggestion! As Xamarin.Forms is now in maintenance mode, this will not happen anymore for Xamarin.Forms. We're only adding bugfixes and stability fixes.

If this is still important to you, make sure to check the .NET MAUI repo and see if it's already on the roadmap. If not, feel free to open a discussion to discuss a change first or open an issue with a detailed feature request. Thanks!

@jfversluis jfversluis closed this as not planned Won't fix, can't repro, duplicate, stale Aug 23, 2022
@2Xpro-pop
Copy link

anyone can give a short example on how to define the separator in itemtemplate ?

@masterchen you can do a BoxView with Height = 1.

But how do you ignore the last Boxview item to be ignored?

Without code behind, it's impossible.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants