you can set it on the code behind with setSelectionFromTop
http://developer.android.com/reference/android/widget/ListView.html#setSelectionFromTop(int, int)
I think scrollY is more for scroll view.. I have not tried it on list view from the looks of it I don't think it works in a listview.
I don't think you can scroll from the xml as well if you see the documentation listview xml non inherited attributes are only the following:
android:divider
android:dividerHeight
android:entries
android:footerDividersEnabled
android:headerDividersEnabled
I checked AbsListView they don't have attributes that allows you to do that either..