ScrollableHtmlPanel wisej.web.ScrollableHtmlPanel

0
0

Briefly  regarding

https://github.com/iceteagroup/wisej-js/blob/master/wisej.web.ScrollableHtmlPanel.js

I’m looking to confirm that I would need to manually implement this myself and it is not a handy available

I assume its just a matter of properly referencing the linked js example and creating an instance of the new specific control versus the

generic WiseJ HtmlPanel ?  Yes  ??

I need scroll bars on several of my Html Panels like,  months ago.

Attachment
  • You must to post comments
0
0

The Wisej.Web.HtmlPanel contains html content (set the Html property), when the content overflow it shows the scrollbars. We don’t need your entire application to understand what the issue is. If you put together a small app with 1 page and 1 Wisej.Web.HtmlPanel control and put in HTML content that you want to scroll, then indicate what is the expected behavior that is not working and we can look into the issue.

 

  • You must to post comments
0
0

Hi there,

The JavaScript you’re referring to is actually part of Wisej.NET itself, there’s no need to integrate it into your own app unless you want to override some of its features.

With that being said, there’s also no need to add ScrollBars as it’s pretty much standard in almost ALL of our control-set, there’s no reason for it to be overridden (take a look at the attached screenshot)

It’s not just a UserControl, it’s an actual representation of a client-side widget, if there are no scrollbars visible on your end, we will need a small, reproducible test sample that includes at least the source code of the HTML content you have.

You can check the “Scrollbars” property. maybe its value is set to “Hidden” or “None” somewhere on your project?

Best,
Alaa

  • You must to post comments
0
0

I’m sorry its hard to excerpt a slice out of our large solution. And that, actually is the nature of my question in and of itself.
I humbly, respectfully just want to know how to properly add scroll bars to the WiseJ HtmlPanel, please.

How to use / implement this little Javascript snippet ? Does it slide cleanly into the toolbars dialog ?
Is an added reference in the project somewhere? The concept seems to be an overridden user control with
scroll functionality added… but its not like its a C# file that I can just toss in,  representing a manually extended user control – the Html Panel.
Sorry…. I hope that helps.

Thank you .

  • You must to post comments
0
0

Hi,

it´s not clear to me what your goal is. Please wrap up a small test case describing the expected behavior
and we might be able to help you better.

Best regards
Frank

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.