Forum  Core :: SDK (Vi...  Bug Reports  ListViewSubItem : bottom GridLine erased when Type=Control (6.4.RC0)
Previous Previous
 
Next Next
New Post 9/8/2010 12:03 AM
  jerome.raffalli
22 posts
No Ranking


ListViewSubItem : bottom GridLine erased when Type=Control (6.4.RC0) 
Modified By jerome.raffalli  on 9/8/2010 2:36:45 PM)

Hello,

just wanted to signal a little visual problem detected in 6.4.RC0a (IE8, .NET3.5) :

  • Create a form with a ListView
  • Set GridLines=true
  • Add Columns with Type=Control
  • Add Items with SubItems = new Panel() or new Button();
  • Run
  • Bottom border of the grid lines are hidden by the controls (this is the problem)

sample app here : www.vigisoft.fr/Gizmox/TestListView.zip

have a nice day

Jerome

 

 
New Post 9/8/2010 11:06 AM
  palli
11838 posts
1st Level Poster




Re: ListViewSubItem : bottom GridLine erased when Type=Control (6.4.RC0) 

Hi Jerome,

Your link doesn't work, but I believe you are reporting the same problem as can be found in this issue here.

Thanks for the report,

Palli

 


Páll Björnsson - Visual WebGui support team - Email: support@visualwebgui.com
 
New Post 9/8/2010 11:40 AM
  jerome.raffalli
22 posts
No Ranking


Re: ListViewSubItem : bottom GridLine erased when Type=Control (6.4.RC0) 

Hi Palli,

I corrected the link, but I think this is the same problem you mentioned above. Sorry, didn't found it when searching into the forum.

Thanks

Jerome

 
New Post 9/8/2010 2:54 PM
  palli
11838 posts
1st Level Poster




Re: ListViewSubItem : bottom GridLine erased when Type=Control (6.4.RC0) 

Hi Jerome,

No problem. Thanks for confirming.

Palli

 


Páll Björnsson - Visual WebGui support team - Email: support@visualwebgui.com
 
New Post 12/2/2010 10:33 AM
  jcottrill2
19 posts
No Ranking


Re: ListViewSubItem : bottom GridLine erased when Type=Control (6.4.RC0) 
Modified By jcottrill2  on 12/2/2010 2:34:35 PM)

Sorry for digging up a thread 3 months old, but I just encountered this same issue.

I found that drawing a bottom border on the control you are adding greatly improves the appearance and makes it look like it should.  (You will just have to remember to take the code out when the referenced issue gets fixed.)

For the default theme: (other themes may need a different color in there)

Panel p = new Panel();
p.BorderColor = Color.FromArgb(213, 213, 213);
p.BorderStyle = BorderStyle.FixedSingle;
p.BorderWidth = new BorderWidth(0, 0, 0, 1);
item.SubItems.Add(p);


Thanks, Josh
 
Previous Previous
 
Next Next
  Forum  Core :: SDK (Vi...  Bug Reports  ListViewSubItem : bottom GridLine erased when Type=Control (6.4.RC0)
Assessment Bottom
.NET Web, Cloud and Mobile application delivery platform | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2011 Visual WebGui®       Visual WebGui weblog on ASP.NET Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS