Skip to content

Instantly share code, notes, and snippets.

@aybarsyalcin
Created December 20, 2017 11:15
Show Gist options
  • Save aybarsyalcin/292ca8802941a6ae29f533b3a6f3d908 to your computer and use it in GitHub Desktop.
Save aybarsyalcin/292ca8802941a6ae29f533b3a6f3d908 to your computer and use it in GitHub Desktop.
The Problem : during listview is unvisible, we want to change padding. but not is changed view.
The Problem : during listview is unvisible, we want to change padding. but not is changed view.
listview.Padding = new Thickness(10,105,10,60 + 275);
listview.ForceLayout();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment