silverlight - using lightswitch how to adjust the dimension of the inner list in the student card? -


i want adjust white area inside student card in application it's not cut.

enter image description here

here screen structure enter image description here

here post render code.

/// <reference path="~/generatedartifacts/viewmodel.js" />  myapp.browsestudentsset.searchstudentsset_postrender = function (element, contentitem) {     // write code here.  }; myapp.browsestudentsset.students_postrender = function (element, contentitem) { }; myapp.browsestudentsset.studentgroup_postrender = function (element, contentitem) {     // write code here.     $(element).addclass("student-name"); }; myapp.browsestudentsset.rows_postrender = function (element, contentitem) {     // write code here.  }; myapp.browsestudentsset.takecoursegroup_postrender = function (element, contentitem) {     // write code here.     $(element).addclass("course-name"); }; myapp.browsestudentsset.takestemplate_postrender = function (element, contentitem) {     // write code here.     $(element).addclass("course-list-name"); }; 


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -