473,769 Members | 7,315 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

setting individual cell's gridline

hi all,
just want to find out if it is possible to set the gridline of
individual cell in a listview using C#. Reason for this is I need to
have a listview which has fixed number of columns and rows, but
individual cell can span columns, though not row. As such, I need to be
able to set the gridline of individual cell, something like how u set
the table grid for individual cell in MS Word's table. I don't know what
event in the custom draw property for listview to handle to achieve
this, can anyone enlighten me?
Jan 18 '06 #1
1 3098
Lonewolf,

There is no event to paint a specific item. If you are going to handle
the painting, you will have to handle all of it.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Lonewolf" <an*******@mozi lla.org> wrote in message
news:um******** ******@TK2MSFTN GP09.phx.gbl...
hi all,
just want to find out if it is possible to set the gridline of individual
cell in a listview using C#. Reason for this is I need to have a listview
which has fixed number of columns and rows, but individual cell can span
columns, though not row. As such, I need to be able to set the gridline of
individual cell, something like how u set the table grid for individual
cell in MS Word's table. I don't know what event in the custom draw
property for listview to handle to achieve this, can anyone enlighten me?

Jan 18 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1922
by: Utada P.W. SIU | last post by:
Dear All, I have writing a ASP that export an Excel file by using response.contentType = "application/vnd.ms-excel" I can export an Excel However, the grey color gridline is missed, how can I display it again? I won't draw table and set it's border = 1 since there have up to 65536 row in Excel....
3
4838
by: Gil | last post by:
Hello, I use VB.NET and have a series of linkbuttons that are inside individual <td>s. Like this: <td background="image.gif"><asp:linkbutton id="myID" runat="server"/></td> I would like the background of the td to be different for the currently selected linkbutton than for the other linkbuttons:
2
633
by: Ronny Sigo | last post by:
Hello all, Could anybody help me referencing individual cells in excel? I don't know what I do wrong here (but I'm not familiar with excel vba) (Microsoft Excel 10.0 Object library is referenced) Any help very much appreciated Thanks Ronny Private Sub btnTargetAffGroupEmailImport_Click() Dim MyXL As Object
2
2050
by: Ken Ingram | last post by:
Is there a way to change gridline colors in an ASP.Net DataGrid? Have been trying bordercolor properties at various levels without success. Thanks, Ken
2
1450
by: Tracey | last post by:
I used the following code to get rid of gridline of datagrid1. However, the gridline are still there. Can someone tell me what's wrong with that? Dim tablestyle as new tablestyle with tablestyle .gridlinestyle = none .mappingname = ctype(datagrid1.datasource, datatable) end with
2
2311
by: Tracey | last post by:
Hi, there My application needs a datagrid with no gridline displayed.If the datagrid is dragged into a winform, we can easily set the gridlinecolor to be the same as datagrid's background color or set gridlinestyle to be none. However, things are different when I create a datagrid at run time though I have set its gridlinestyle to be none.The gridline are still there.
6
2272
by: gerry.brennan | last post by:
Hi is there a way to change the color of the vertical gridline in a datagrid or listview
0
2180
by: RKT | last post by:
I have a DataGridView bound to an MS Access table. This is a single- user application. When the User is adding or editing a row, the User may click on a Control elsewhere. That Control has context which I use to programmatically set *other* r/o cell values for the currently selected grid row. So, after that click on another control, and stuffing the related cell values, I want to seamlessly allow the user to resume editing/adding that row...
4
2202
by: MangroveRoot | last post by:
A few years ago, I worked on a project in which I designed some tables, queries, forms, and reports. I'm reasonably certain that when I was designing the forms for that project, I set the snap-to grid to something like 1/16", or 1/10", or 1/8" -- enough so that it was obvious that the form elements were nicely lined up (and nicely spaced), but nothing so widely spaced as 1 whole inch apart (origin to origin). Now, however, I'm trying...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10049
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9865
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8876
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5310
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3567
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.