Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Prashanth Uppunda #1
Having a Custom ScrollBar for Controls possible in .NET ?
Hi
I want to customize the look & feel of scroll bar which appears for controls like Textbox, ListBox, ComboBox etc. Is there any way to achive this in .NET
I could not see any direct ways to replace the default scrollbar with my own
Thank
Prashanth
Prashanth Uppunda Guest
-
Why the properties of web user controls which inherted from my custom base UI controls MISSED?
Why the properties of web user controls which inherted from my custom base UI controls MISSED? How should I to set enable? -
Regpoint in Custom Scrollbar
I want to change the regpoint of a picture, which I use as a dragger in a custom scrollbar. I tried to change it from the paint window, and the... -
Custom Scrollbar
Having problem with this. Creating up/down buttons, bar and grabber and placing them on the stage in relation to mkoving text in a text menu. However... -
Custom Scrollbar Behavior
I created all the necessary components required by Custom Scrollbar behaviour in Director 8.5. Everything works fine, however, everytime I save or... -
Creating a custom scrollbar? I got nothing.
Hello everybody, I did a little research on this forum and took a peek at the director-online.com tutorial and still have been unable to find an... -
Jiho Han #2
Re: Having a Custom ScrollBar for Controls possible in .NET ?
You can do this with CSS. Either include it in your page that uses these
controls or build a custom control deriving from these controls and
attaching/specifying CSS if you are looking to reuse them.
Jiho
"Prashanth Uppunda" <Prashanth.Uppunda@sisl.co.in> wrote in message
news:2C70218A-9005-45EB-925C-74B82191633B@microsoft.com...controls like Textbox, ListBox, ComboBox etc. Is there any way to achive> Hi,
> I want to customize the look & feel of scroll bar which appears for
this in .NET ?own.> I could not see any direct ways to replace the default scrollbar with my> Thanks
> Prashanth
Jiho Han Guest
-
Prashanth Uppunda #3
Re: Having a Custom ScrollBar for Controls possible in .NET ?
Hi Jiho
Thanks for the response
But I dont have any idea what is CSS. Can you please tell me more on CSS and how to use it
Thank
Prashanth
Prashanth Uppunda Guest
-
Jiho Han #4
Re: Having a Custom ScrollBar for Controls possible in .NET ?
CSS is Cascading Style Sheets. I am going to assume that you know what HTML
is for the moment. CSS is how you specify "styles" for your page, things
like font, text color, background color, and includes properties that
control scrollbar's look and feel. CSS is a crucial knowledge if you are
developing on the web and even more so if you are developing controls for
reuse.
I'd start here: [url]http://www.w3schools.com/css/default.asp[/url]
You can also go to the source: [url]http://www.w3.org/Style/CSS/[/url]
There are some great books on the topic as well. I recommend Cascading
Style Sheets: The Definitive Guide by Eric Meyer (O'Reilly) -
[url]http://www.amazon.com/exec/obidos/tg/detail/-/0596005253/ref=lpr_g_1/002-8331039-1980838?v=glance&s=books[/url]
Good Luck Prashanth.
"Prashanth Uppunda" <anonymous@discussions.microsoft.com> wrote in message
news:F9D8E2AD-2915-4445-AC29-D61256F50508@microsoft.com...and how to use it?> Hi Jiho,
> Thanks for the response.
> But I dont have any idea what is CSS. Can you please tell me more on CSS> Thanks
> Prashanth
Jiho Han Guest



Reply With Quote

