mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 09:13:15 +00:00
Added nofooter and noheader options to extendedtable view.
This commit is contained in:
@@ -38,6 +38,8 @@ namespace Bit.App.Controls
|
||||
}
|
||||
|
||||
public int EstimatedRowHeight { get; set; }
|
||||
public bool NoHeader { get; set; }
|
||||
public bool NoFooter { get; set; }
|
||||
|
||||
protected override SizeRequest OnSizeRequest(double widthConstraint, double heightConstraint)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user