Skip to content

Padding increase in scrolling #13

@nvdcmptr

Description

@nvdcmptr

When i create cslinearlayoutView with scroll property value YES and after that i add some items like

CSLinearLayoutItem *itmFoo=[CSLinearLayoutItem layoutItemForView:foo];
    itmFoo.padding=CSLinearLayoutMakePadding(25, 0, 0, 0);

now problem shown here:
when i scroll to bottom the top pad (e.g 25pt in) become increase.
why?
can i solve it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions