Merge branch 'hotfix/#137' into develop
This commit is contained in:
@@ -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