Merge branch 'hotfix/#137' into develmaster
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -161,3 +161,6 @@ winphone/
|
||||
*.srum
|
||||
Doxyfile
|
||||
screenshots/
|
||||
CampusAppWP8/packages/WPtoolkit.4.2012.10.30/lib/sl3-wp/Microsoft.Phone.Controls.Toolkit.dll
|
||||
CampusAppWP8/packages/WPtoolkit.4.2012.10.30/lib/sl4-windowsphone71/Microsoft.Phone.Controls.Toolkit.dll
|
||||
CampusAppWP8/packages/WPtoolkit.4.2012.10.30/lib/wp8/Microsoft.Phone.Controls.Toolkit.dll
|
||||
|
||||
@@ -163,6 +163,12 @@ namespace CampusAppWP8.Utility
|
||||
Visibility retValue;
|
||||
|
||||
List<DependencyObject> l = Utilities.GetChild(rootObj, parentGridName);
|
||||
|
||||
if (index >= l.Count)
|
||||
{
|
||||
index = 0;
|
||||
}
|
||||
|
||||
Grid parentGrid = l[index] as Grid;
|
||||
FrameworkElement elem = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user