Skip to content

Padding increase in scrolling #13

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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