width

  1. N

    Question Top border missing from table when collapsing a row

    I have been told that for tables with the table-layout:fixed; property you should set the widths in the first row and the hide that row, as follows: <table cellpadding="0" cellspacing="0" style="border-collapse:collapse;table-layout:fixed;"> <tr style="visibility:collapse;"><td...
  2. C

    Question Problems adding auto width (.width = -2) to existing listview class

    Hi Forum, I'm just starting with vb.net and I'm facing a problem that would probably be relatively easy to fix for experienced developers like you. I'm using the next class to fill my listview Imports System.Data.SqlClient Public Class ListViewData Public Sub FillListView(ByRef...
  3. C

    Change scroll bar width

    This is hopefully a very simple question. I have not worked with resx or xml before. I am writing a touch screen program and want to change the scroll bar width so big fingers can use them... I found the following code with the comment "put this in the resource file for your app and it should...
Back
Top