Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
I am using a scrollbar in a column (I will call this column the Group) with items on top and one item bellow. The Length of the scrollbar is set to Length::Shrink and so is the length of other items (its their default). I have a row bellow the scrollbar. This row does not show up unless the items contained in the scrollbar (I have a column of buttons with rows inside) are so few that they all fit within the space allocate to this Group.
The same behaviour applies when setting Length::Fill.
Setting the scrollbar to a fixed length is a workaround that will allow the bottom row to be displayed.
What is the expected behavior?
I expected that have the length strategy to Length::Shrink would make all items of the Group visible with the bottom row always showing and the scrollbar taking as few space as possible.
I also expect that setting the length to Length::Fill the scrollbar would let the item bellow to still be visible while take as much space as possible within the Group.
Version
crates.io release
Operating System
Linux
Do you have any log output?
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
I am using a scrollbar in a column (I will call this column the Group) with items on top and one item bellow. The Length of the scrollbar is set to
Length::Shrinkand so is the length of other items (its their default). I have a row bellow the scrollbar. This row does not show up unless the items contained in the scrollbar (I have a column of buttons with rows inside) are so few that they all fit within the space allocate to this Group.The same behaviour applies when setting
Length::Fill.Setting the scrollbar to a fixed length is a workaround that will allow the bottom row to be displayed.
What is the expected behavior?
I expected that have the length strategy to
Length::Shrinkwould make all items of the Group visible with the bottom row always showing and the scrollbar taking as few space as possible.I also expect that setting the length to
Length::Fillthe scrollbar would let the item bellow to still be visible while take as much space as possible within the Group.Version
crates.io release
Operating System
Linux
Do you have any log output?