gpt4 book ai didi

listview - 删除分隔符 ListView 查看单元格 Xamarin.Forms

转载 作者:行者123 更新时间:2023-12-02 21:44:58 30 4
gpt4 key购买 nike

我的项目中有一个使用 Xamarin.Forms 的 ListView。我使用 ViewCells 来显示数据。

现在,两个 ViewCell 之间显示一条分隔线。有一种方法可以将其删除,以便两个 ViewCell 始终相互接触。

我尝试使用SeperatorVisibility="None",但没有什么区别。

这是我的代码:

 <ListView x:Name="AList"
StyleId="AList"
Grid.Row="0"
RelativeLayout.WidthConstraint="{ConstraintExpression Type=RelativeToParent, Property=Width}"
RelativeLayout.HeightConstraint="{ConstraintExpression Type=RelativeToParent, Property=Height}"
IsVisible="{Binding IsProcessing, Mode=OneWay, Converter={StaticResource booleanNegationConverter}}"
SeparatorVisibility="None">
<ListView.BackgroundColor>
<OnPlatform x:TypeArguments="Color" iOS="Transparent" />
</ListView.BackgroundColor>

<ListView.RowHeight>
<OnPlatform x:TypeArguments="x:Int32" iOS="150" Android="150" WinPhone="170" />
</ListView.RowHeight>
<ListView.ItemTemplate>
<DataTemplate>
<ViewCell > .......</ViewCell></ListView>

最佳答案

SeperatorVisibility="None"通常适合我。

您在所有平台上都看到这个吗?

您的 View 单元格中是否包含任何可能导致该问题的内容?尝试切换到标准 TextCell 并查看是否获得分隔符。

关于listview - 删除分隔符 ListView 查看单元格 Xamarin.Forms,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29643660/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com