if(!bIsReset)
{
//temp = findchild(page010, "0_StreetView/003_Noticeboard_Details/Scroll View/Grid");
//temp.transform.localPosition = new Vector3(-280, 0, 0);
Noticeboard_Details_ScrollView.GetComponent<UIScrollView>().ResetPosition();
Noticeboard_Details_ScrollView.GetComponent<UIPanel>().Refresh();
bIsReset = true;
}